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 MutationInterceptor
public Collection<MutationDetails> intercept(Collection<MutationDetails> mutations, Mutater m)
intercept
in interface MutationInterceptor
public void end()
end
in interface MutationInterceptor
public InterceptorType type()
type
in interface MutationInterceptor
Copyright © 2021 org.pitest. All rights reserved.