Uses of Class
org.pitest.process.ProcessArgs
-
Packages that use ProcessArgs Package Description org.pitest.coverage.execute org.pitest.mutationtest.execute org.pitest.process -
-
Uses of ProcessArgs in org.pitest.coverage.execute
Constructors in org.pitest.coverage.execute with parameters of type ProcessArgs Constructor Description CoverageProcess(ProcessArgs processArgs, CoverageOptions arguments, ServerSocket socket, List<String> testClasses, Consumer<CoverageResult> handler) -
Uses of ProcessArgs in org.pitest.mutationtest.execute
Constructors in org.pitest.mutationtest.execute with parameters of type ProcessArgs Constructor Description MutationTestProcess(ServerSocket socket, ProcessArgs processArgs, MinionArguments arguments) -
Uses of ProcessArgs in org.pitest.process
Methods in org.pitest.process that return ProcessArgs Modifier and Type Method Description ProcessArgsProcessArgs. andBaseDir(File baseDir)ProcessArgsProcessArgs. andLaunchOptions(LaunchOptions launchOptions)ProcessArgsProcessArgs. andStderr(Consumer<String> stderr)ProcessArgsProcessArgs. andStdout(Consumer<String> stdout)static ProcessArgsProcessArgs. withClassPath(String cp)static ProcessArgsProcessArgs. withClassPath(ClassPath cp)Methods in org.pitest.process with parameters of type ProcessArgs Modifier and Type Method Description static WrappingProcessWrappingProcess. create(int port, ProcessArgs args, Class<?> minionClass)Constructors in org.pitest.process with parameters of type ProcessArgs Constructor Description Java9Process(int port, ProcessArgs args, Class<?> minionClass)
-