# This is the version of JUnit that will be used at build time and run time junit: org.apache.servicemix.bundles.junit;version="[4.11,5)" # This is the version of Mockito that will be used at build time and run time mockito: org.mockito.mockito-core;version="[1.9,2)",\ org.objenesis;version="[2.1,3)" #This is the gecko abstract tests gecko: org.gecko.core.test;version="[1.0.0,2)" # Discover and run all test cases annotated with the @RunWith annotation Test-Cases: ${classes;CONCRETE;ANNOTATED;org.junit.runner.RunWith} # Needed for Mockito's mocking to work -runsystempackages.objenesis: sun.misc,sun.reflect -resolve.effective: active:="osgi.service" # We need JUnit and Mockito to resolve the test cases at runtime. # Other runtime dependencies should be added as necessary -runbundles.junit: \ ${junit},\ ${mockito},\ ${geckotest} -buildpath: \ ${junit},\ ${mockito},\ ${geckotest},\ osgi.annotation;version=7.0,\ osgi.core;version=7.0,\ osgi.cmpn;version=7.0,\ org.gecko.influxdb.api;version=latest,\ org.eclipse.emf.ecore,\ org.eclipse.emf.common javac.source: 11 javac.target: 11 -includeresource: data=data/ Bundle-Version: 1.0.3.SNAPSHOT Private-Package: org.gecko.influxdb.tests -runrequires: \ bnd.identity;id='org.gecko.core.test',\ bnd.identity;id='org.gecko.influxdb.api',\ bnd.identity;id='org.gecko.influxdb.impl',\ bnd.identity;id='org.gecko.core.api',\ bnd.identity;version='1.3.2';id='javax.annotation-api' -runfw: org.apache.felix.framework;version='[6.0.1,6.0.1]' -runee: JavaSE-1.8 -runbundles: \ org.apache.servicemix.bundles.junit;version='[4.12.0,4.12.1)',\ org.apache.felix.configadmin;version='[1.9.6,1.9.7)',\ org.apache.felix.scr;version='[2.1.8,2.1.9)',\ org.eclipse.emf.common;version='[2.17.0,2.17.1)',\ org.eclipse.emf.ecore;version='[2.19.0,2.19.1)',\ org.gecko.core.api;version='[1.0.5,1.0.6)',\ org.gecko.core.test;version='[2.0.3,2.0.4)',\ org.osgi.util.function;version='[1.1.0,1.1.1)',\ org.osgi.util.promise;version='[1.1.0,1.1.1)',\ javax.annotation-api;version='[1.3.2,1.3.3)',\ org.gecko.influxdb.api;version=snapshot,\ org.gecko.influxdb.driver;version=snapshot,\ org.gecko.influxdb.impl;version=snapshot