Searched refs:gensrcOutput (Results 1 – 4 of 4) sorted by relevance
191 Path gensrcOutput = temporaryFolder.newFile("gensrcOutput.jar").toPath(); in testManifest() local199 .setGensrcOutput(gensrcOutput.toString()) in testManifest()222 try (JarFile jarFile = new JarFile(gensrcOutput.toFile())) { in testManifest()331 Path gensrcOutput = temporaryFolder.newFile("gensrcOutput.jar").toPath(); in testManifestProto() local340 .setGensrcOutput(gensrcOutput.toString()) in testManifestProto()
131 public abstract Optional<String> gensrcOutput(); in gensrcOutput() method in TurbineOptions254 public abstract Builder setGensrcOutput(String gensrcOutput); in setGensrcOutput() argument
271 && !options.gensrcOutput().isPresent() in usage()331 if (!options.gensrcOutput().isPresent()) { in writeSources()334 Path path = Paths.get(options.gensrcOutput().get()); in writeSources()
334 assertThat(options.gensrcOutput()).hasValue("gensrc.jar"); in miscOutputs()