public interface MutationInterceptor
Modifier and Type | Method and Description |
---|---|
void |
begin(ClassTree clazz) |
void |
end() |
Collection<MutationDetails> |
intercept(Collection<MutationDetails> mutations,
Mutater m) |
InterceptorType |
type() |
InterceptorType type()
void begin(ClassTree clazz)
Collection<MutationDetails> intercept(Collection<MutationDetails> mutations, Mutater m)
void end()
Copyright © 2021 org.pitest. All rights reserved.