Uses of Class
org.pitest.mutationtest.config.ReportOptions
-
-
Uses of ReportOptions in org.pitest.mutationtest
Methods in org.pitest.mutationtest that return ReportOptions Modifier and Type Method Description ReportOptionsListenerArguments. data()Constructors in org.pitest.mutationtest with parameters of type ReportOptions Constructor Description ListenerArguments(ResultOutputStrategy outputStrategy, ReportCoverage coverage, SourceLocator locator, MutationEngine engine, long startTime, boolean fullMutationMatrix, ReportOptions data, List<BuildMessage> issues) -
Uses of ReportOptions in org.pitest.mutationtest.autoconfig
Methods in org.pitest.mutationtest.autoconfig with parameters of type ReportOptions Modifier and Type Method Description voidAutoSetThreads. updateConfig(FeatureSetting conf, ReportOptions toModify)voidEnableAssertions. updateConfig(FeatureSetting conf, ReportOptions toModify)voidKeepMacOsFocus. updateConfig(FeatureSetting conf, ReportOptions toModify) -
Uses of ReportOptions in org.pitest.mutationtest.build
Methods in org.pitest.mutationtest.build that return ReportOptions Modifier and Type Method Description ReportOptionsInterceptorParameters. data()Methods in org.pitest.mutationtest.build with parameters of type ReportOptions Modifier and Type Method Description CompoundMutationInterceptorCompoundInterceptorFactory. createInterceptor(ReportOptions data, CoverageDatabase coverage, ClassByteArraySource source, TestPrioritiser testPrioritiser, CodeSource code)Constructors in org.pitest.mutationtest.build with parameters of type ReportOptions Constructor Description InterceptorParameters(FeatureSetting conf, ReportOptions data, CoverageDatabase coverage, ClassByteArraySource source, TestPrioritiser testPrioritiser)Deprecated.InterceptorParameters(FeatureSetting conf, ReportOptions data, CoverageDatabase coverage, ClassByteArraySource source, TestPrioritiser testPrioritiser, CodeSource code) -
Uses of ReportOptions in org.pitest.mutationtest.config
Methods in org.pitest.mutationtest.config with parameters of type ReportOptions Modifier and Type Method Description voidCompoundConfigurationUpdater. updateConfig(FeatureSetting unused, ReportOptions toModify)voidConfigurationUpdater. updateConfig(FeatureSetting conf, ReportOptions toModify)Constructors in org.pitest.mutationtest.config with parameters of type ReportOptions Constructor Description SettingsFactory(ReportOptions options, PluginServices plugins) -
Uses of ReportOptions in org.pitest.mutationtest.tooling
Methods in org.pitest.mutationtest.tooling with parameters of type ReportOptions Modifier and Type Method Description AnalysisResultEntryPoint. execute(File baseDir, ReportOptions data, PluginServices plugins, Map<String,String> environmentVariables)Convenient entry point for tools to run mutation analysis.AnalysisResultEntryPoint. execute(File baseDir, ReportOptions data, SettingsFactory settings, Map<String,String> environmentVariables)Entry point for tools with tool specific behaviourConstructors in org.pitest.mutationtest.tooling with parameters of type ReportOptions Constructor Description MutationCoverage(MutationStrategies strategies, File baseDir, CodeSource code, ReportOptions data, SettingsFactory settings, Timings timings) -
Uses of ReportOptions in org.pitest.mutationtest.verify
Methods in org.pitest.mutationtest.verify that return ReportOptions Modifier and Type Method Description ReportOptionsBuildVerifierArguments. data()Constructors in org.pitest.mutationtest.verify with parameters of type ReportOptions Constructor Description BuildVerifierArguments(CodeSource code, ReportOptions data)
-