| Modifier and Type | Method and Description |
|---|---|
ReportOptions |
ListenerArguments.data() |
| Constructor and Description |
|---|
ListenerArguments(ResultOutputStrategy outputStrategy,
ReportCoverage coverage,
SourceLocator locator,
MutationEngine engine,
long startTime,
boolean fullMutationMatrix,
ReportOptions data,
List<BuildMessage> issues) |
| Modifier and Type | Method and Description |
|---|---|
void |
EnableAssertions.updateConfig(FeatureSetting conf,
ReportOptions toModify) |
void |
KeepMacOsFocus.updateConfig(FeatureSetting conf,
ReportOptions toModify) |
void |
AutoSetThreads.updateConfig(FeatureSetting conf,
ReportOptions toModify) |
| Modifier and Type | Method and Description |
|---|---|
ReportOptions |
InterceptorParameters.data() |
| Modifier and Type | Method and Description |
|---|---|
CompoundMutationInterceptor |
CompoundInterceptorFactory.createInterceptor(ReportOptions data,
CoverageDatabase coverage,
ClassByteArraySource source,
TestPrioritiser testPrioritiser,
CodeSource code) |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationUpdater.updateConfig(FeatureSetting conf,
ReportOptions toModify) |
void |
CompoundConfigurationUpdater.updateConfig(FeatureSetting unused,
ReportOptions toModify) |
| Constructor and Description |
|---|
SettingsFactory(ReportOptions options,
PluginServices plugins) |
| Modifier and Type | Method and Description |
|---|---|
AnalysisResult |
EntryPoint.execute(File baseDir,
ReportOptions data,
PluginServices plugins,
Map<String,String> environmentVariables)
Convenient entry point for tools to run mutation analysis.
|
AnalysisResult |
EntryPoint.execute(File baseDir,
ReportOptions data,
SettingsFactory settings,
Map<String,String> environmentVariables)
Entry point for tools with tool specific behaviour
|
| Constructor and Description |
|---|
MutationCoverage(MutationStrategies strategies,
File baseDir,
CodeSource code,
ReportOptions data,
SettingsFactory settings,
Timings timings) |
| Modifier and Type | Method and Description |
|---|---|
ReportOptions |
BuildVerifierArguments.data() |
| Constructor and Description |
|---|
BuildVerifierArguments(CodeSource code,
ReportOptions data) |
Copyright © 2024 org.pitest. All rights reserved.