Uses of Class
org.pitest.mutationtest.config.ExecutionMode
-
Packages that use ExecutionMode Package Description org.pitest.mutationtest.build org.pitest.mutationtest.config -
-
Uses of ExecutionMode in org.pitest.mutationtest.build
Constructors in org.pitest.mutationtest.build with parameters of type ExecutionMode Constructor Description MutationTestBuilder(ExecutionMode mode, WorkerFactory workerFactory, History analyser, MutationSource mutationSource, MutationGrouper grouper) -
Uses of ExecutionMode in org.pitest.mutationtest.config
Methods in org.pitest.mutationtest.config that return ExecutionMode Modifier and Type Method Description ExecutionModeReportOptions. mode()static ExecutionModeExecutionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionMode[]ExecutionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pitest.mutationtest.config with parameters of type ExecutionMode Modifier and Type Method Description voidReportOptions. setExecutionMode(ExecutionMode mode)
-