public interface MutationInterceptor
| Modifier and Type | Method and Description |
|---|---|
void |
begin(ClassTree clazz) |
void |
end() |
default void |
initialise(CodeSource code)
Called once per instance prior to intercepting
|
Collection<MutationDetails> |
intercept(Collection<MutationDetails> mutations,
Mutater m) |
InterceptorType |
type() |
InterceptorType type()
default void initialise(CodeSource code)
code - Current code sourcevoid begin(ClassTree clazz)
Collection<MutationDetails> intercept(Collection<MutationDetails> mutations, Mutater m)
void end()
Copyright © 2024 org.pitest. All rights reserved.