Searched refs:prepareTestJar (Results 1 - 3 of 3) sorted by relevance

/openjdk9/langtools/test/tools/javac/modules/
H A DModulesAndClassPathTest.java58 Path jar = prepareTestJar(base);
109 Path jar = prepareTestJar(base);
142 Path jar = prepareTestJar(base);
181 private Path prepareTestJar(Path base) throws Exception { method in class:ModulesAndClassPathTest
H A DAddReadsTest.java156 Path jar = prepareTestJar(base);
181 Path jar = prepareTestJar(base);
208 Path jar = prepareTestJar(base);
247 private Path prepareTestJar(Path base) throws Exception { method in class:AddReadsTest
H A DConvenientAccessErrorsTest.java204 Path jar = prepareTestJar(base, "package api; class Api { public static class Foo {} }");
237 Path jar = prepareTestJar(base, "package api; public class Api { public void test() {} }");
274 private Path prepareTestJar(Path base, String code) throws Exception { method in class:ConvenientAccessErrorsTest

Completed in 40 milliseconds