public class CompoundMutationInterceptor extends Object implements MutationInterceptor
| Constructor and Description |
|---|
CompoundMutationInterceptor(List<? extends MutationInterceptor> interceptors) |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(ClassTree clazz) |
void |
end() |
CompoundMutationInterceptor |
filter(Predicate<MutationInterceptor> p) |
Collection<MutationDetails> |
intercept(Collection<MutationDetails> mutations,
Mutater m) |
static MutationInterceptor |
nullInterceptor() |
InterceptorType |
type() |
public CompoundMutationInterceptor(List<? extends MutationInterceptor> interceptors)
public static MutationInterceptor nullInterceptor()
public CompoundMutationInterceptor filter(Predicate<MutationInterceptor> p)
public void begin(ClassTree clazz)
begin in interface MutationInterceptorpublic Collection<MutationDetails> intercept(Collection<MutationDetails> mutations, Mutater m)
intercept in interface MutationInterceptorpublic void end()
end in interface MutationInterceptorpublic InterceptorType type()
type in interface MutationInterceptorCopyright © 2021 org.pitest. All rights reserved.