| Modifier and Type | Class and Description |
|---|---|
class |
CompoundMutationResultInterceptor |
| Modifier and Type | Method and Description |
|---|---|
CompoundMutationResultInterceptor |
CompoundMutationResultInterceptor.add(MutationResultInterceptor extra) |
| Constructor and Description |
|---|
CompoundMutationResultInterceptor(List<MutationResultInterceptor> interceptors) |
| Modifier and Type | Method and Description |
|---|---|
List<MutationResultInterceptor> |
PluginServices.findMutationResultInterceptor() |
| Constructor and Description |
|---|
MutationAnalysisExecutor(int numberOfThreads,
MutationResultInterceptor interceptor,
List<MutationResultListener> listeners) |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoryResultInterceptor
Records results for history before other interceptors are applied.
|
| Modifier and Type | Method and Description |
|---|---|
MutationResultInterceptor |
MutationStrategies.resultInterceptor() |
| 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.