public class CompoundInterceptorFactory extends Object
| Constructor and Description |
|---|
CompoundInterceptorFactory(List<FeatureSetting> features,
Collection<MutationInterceptorFactory> filters) |
| Modifier and Type | Method and Description |
|---|---|
CompoundMutationInterceptor |
createInterceptor(ReportOptions data,
CoverageDatabase coverage,
ClassByteArraySource source,
TestPrioritiser testPrioritiser,
CodeSource code) |
public CompoundInterceptorFactory(List<FeatureSetting> features, Collection<MutationInterceptorFactory> filters)
public CompoundMutationInterceptor createInterceptor(ReportOptions data, CoverageDatabase coverage, ClassByteArraySource source, TestPrioritiser testPrioritiser, CodeSource code)
Copyright © 2024 org.pitest. All rights reserved.