Uses of Class
org.pitest.process.LaunchOptions
-
Packages that use LaunchOptions Package Description org.pitest.coverage org.pitest.coverage.execute org.pitest.mutationtest org.pitest.process -
-
Uses of LaunchOptions in org.pitest.coverage
Methods in org.pitest.coverage that return LaunchOptions Modifier and Type Method Description LaunchOptionsCoverageGenerator. getLaunchOptions() -
Uses of LaunchOptions in org.pitest.coverage.execute
Methods in org.pitest.coverage.execute that return LaunchOptions Modifier and Type Method Description LaunchOptionsDefaultCoverageGenerator. getLaunchOptions()Constructors in org.pitest.coverage.execute with parameters of type LaunchOptions Constructor Description DefaultCoverageGenerator(File workingDir, CoverageOptions coverageOptions, LaunchOptions launchOptions, CodeSource code, CoverageExporter exporter, TestStatListener testStats, Timings timings, Verbosity verbosity) -
Uses of LaunchOptions in org.pitest.mutationtest
Methods in org.pitest.mutationtest that return LaunchOptions Modifier and Type Method Description LaunchOptionsMutationConfig. getLaunchOptions()Constructors in org.pitest.mutationtest with parameters of type LaunchOptions Constructor Description MutationConfig(MutationEngine engine, LaunchOptions launchOptions) -
Uses of LaunchOptions in org.pitest.process
Methods in org.pitest.process with parameters of type LaunchOptions Modifier and Type Method Description ProcessArgsProcessArgs. andLaunchOptions(LaunchOptions launchOptions)
-