Home
last modified time | relevance | path

Searched refs:OSGiTestActivator (Results 1 – 2 of 2) sorted by relevance

/external/guice/core/test/com/googlecode/guice/
DOSGiContainerTest.java22 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()
/external/guice/core/test/com/googlecode/guice/bundle/
DOSGiTestActivator.java42 @SuppressWarnings("unused") public class OSGiTestActivator class