Searched refs:OSGiTestActivator (Results 1 – 2 of 2) sorted by relevance
22 import com.googlecode.guice.bundle.OSGiTestActivator;105 instructions.setProperty("Bundle-Activator", OSGiTestActivator.class.getName()); in setUp()106 instructions.setProperty("Private-Package", OSGiTestActivator.class.getPackage().getName()); in setUp()
42 @SuppressWarnings("unused") public class OSGiTestActivator class