Searched refs:libJar (Results 1 – 2 of 2) sorted by relevance
516 Path libJar = temporaryFolder.newFile("lib.jar").toPath(); in missingOuter() local517 try (OutputStream os = Files.newOutputStream(libJar); in missingOuter()542 IntegrationTestSupport.runTurbine(sources, ImmutableList.of(libJar)); in missingOuter()573 Path libJar = temporaryFolder.newFile("lib.jar").toPath(); in missingOuter2() local574 try (OutputStream os = Files.newOutputStream(libJar); in missingOuter2()601 IntegrationTestSupport.runTurbine(sources, ImmutableList.of(libJar)); in missingOuter2()
264 Path libJar = temporaryFolder.newFile("lib.jar").toPath(); in incompleteClasspath() local265 try (OutputStream os = Files.newOutputStream(libJar); in incompleteClasspath()284 ClassPathBinder.bindClasspath(ImmutableList.of(libJar)), in incompleteClasspath()