Home
last modified time | relevance | path

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

/external/guice/core/test/com/googlecode/guice/
DOSGiContainerTest.java55 static final String GUICE_JAR = BUILD_DIST_DIR + "/guice-" + VERSION + ".jar"; field in OSGiContainerTest
69 assertTrue(failMsg(), new File(GUICE_JAR).isFile()); in setUp()
156 systemContext.installBundle("reference:file:" + GUICE_JAR); in testGuiceWorksInOSGiContainer()