| Modifier and Type | Method and Description |
|---|---|
CoverageExporter |
CoverageExporterFactory.create(ResultOutputStrategy source) |
CoverageExporter |
DefaultCoverageExporterFactory.create(ResultOutputStrategy source) |
CoverageExporter |
CompoundCoverageExporterFactory.create(ResultOutputStrategy source) |
| Constructor and Description |
|---|
DefaultCoverageExporter(ResultOutputStrategy outputStrategy) |
| Modifier and Type | Method and Description |
|---|---|
ResultOutputStrategy |
ListenerArguments.getOutputStrategy() |
| Constructor and Description |
|---|
ListenerArguments(ResultOutputStrategy outputStrategy,
ReportCoverage coverage,
SourceLocator locator,
MutationEngine engine,
long startTime,
boolean fullMutationMatrix,
ReportOptions data,
List<BuildMessage> issues) |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryResultOutputStrategy |
| Modifier and Type | Method and Description |
|---|---|
ResultOutputStrategy |
SettingsFactory.getOutputStrategy() |
ResultOutputStrategy |
ReportOptions.getReportDirectoryStrategy() |
| Constructor and Description |
|---|
CSVReportListener(ResultOutputStrategy outputStrategy) |
| Constructor and Description |
|---|
XMLReportListener(ResultOutputStrategy outputStrategy,
boolean fullMutationMatrix,
boolean partialCoverage) |
| Modifier and Type | Method and Description |
|---|---|
ResultOutputStrategy |
MutationStrategies.output() |
| Constructor and Description |
|---|
MutationStrategies(MutationEngineFactory factory,
History history,
CoverageGenerator coverage,
MutationResultListenerFactory listenerFactory,
MutationResultInterceptor resultsInterceptor,
CoverageTransformer coverageTransformer,
ResultOutputStrategy output,
BuildVerifier buildVerifier) |
Copyright © 2024 org.pitest. All rights reserved.