Searched refs:GUICE_JAR (Results 1 – 1 of 1) sorted by relevance
55 static final String GUICE_JAR = BUILD_DIST_DIR + "/guice-" + VERSION + ".jar"; field in OSGiContainerTest69 assertTrue(failMsg(), new File(GUICE_JAR).isFile()); in setUp()156 systemContext.installBundle("reference:file:" + GUICE_JAR); in testGuiceWorksInOSGiContainer()