public class TryWithResourcesFilter extends Object implements MutationInterceptor
| Constructor and Description |
|---|
TryWithResourcesFilter() |
| 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 MutationInterceptorpublic 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 MutationInterceptorCopyright © 2021 org.pitest. All rights reserved.