Home
last modified time | relevance | path

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

/external/guice/core/test/com/googlecode/guice/
DOSGiContainerTest.java82 buildBundle("aopalliance", instructions, AOPALLIANCE_JAR); in setUp()
88 buildBundle("javax.inject", instructions, JAVAX_INJECT_JAR); in setUp()
94 buildBundle("guava", instructions, GUAVA_JAR); in setUp()
107 buildBundle("osgitests", instructions, BUILD_TEST_DIR); in setUp()
112 private static void buildBundle(String name, Properties instructions, String classpath) in buildBundle() method in OSGiContainerTest