Searched refs:libJar (Results 1 – 2 of 2) sorted by relevance
258 Path libJar = temporaryFolder.newFile("lib.jar").toPath(); in incompleteClasspath() local259 try (OutputStream os = Files.newOutputStream(libJar); in incompleteClasspath()278 ClassPathBinder.bindClasspath(ImmutableList.of(libJar)), in incompleteClasspath()
522 Path libJar = temporaryFolder.newFile("lib.jar").toPath(); in missingOuter() local523 try (OutputStream os = Files.newOutputStream(libJar); in missingOuter()548 IntegrationTestSupport.runTurbine(sources, ImmutableList.of(libJar)); in missingOuter()579 Path libJar = temporaryFolder.newFile("lib.jar").toPath(); in missingOuter2() local580 try (OutputStream os = Files.newOutputStream(libJar); in missingOuter2()607 IntegrationTestSupport.runTurbine(sources, ImmutableList.of(libJar)); in missingOuter2()