public abstract class InfiniteLoopFilter extends Object implements MutationInterceptor
Constructor and Description |
---|
InfiniteLoopFilter() |
Modifier and Type | Method and Description |
---|---|
void |
begin(ClassTree clazz) |
void |
end() |
Collection<MutationDetails> |
intercept(Collection<MutationDetails> mutations,
Mutater m) |
InterceptorType |
type() |
public InterceptorType type()
type
in interface MutationInterceptor
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
Copyright © 2021 org.pitest. All rights reserved.