public class StopMethodInterceptor extends Object implements org.pitest.mutationtest.build.MutationInterceptor
| Constructor and Description |
|---|
StopMethodInterceptor(StopMethodMatcher matcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(org.pitest.bytecode.analysis.ClassTree classTree) |
void |
end() |
Collection<org.pitest.mutationtest.engine.MutationDetails> |
intercept(Collection<org.pitest.mutationtest.engine.MutationDetails> collection,
org.pitest.mutationtest.engine.Mutater mutater) |
org.pitest.mutationtest.build.InterceptorType |
type() |
public StopMethodInterceptor(StopMethodMatcher matcher)
public org.pitest.mutationtest.build.InterceptorType type()
type in interface org.pitest.mutationtest.build.MutationInterceptorpublic void begin(org.pitest.bytecode.analysis.ClassTree classTree)
begin in interface org.pitest.mutationtest.build.MutationInterceptorpublic Collection<org.pitest.mutationtest.engine.MutationDetails> intercept(Collection<org.pitest.mutationtest.engine.MutationDetails> collection, org.pitest.mutationtest.engine.Mutater mutater)
intercept in interface org.pitest.mutationtest.build.MutationInterceptorpublic void end()
end in interface org.pitest.mutationtest.build.MutationInterceptorCopyright © 2018 eu.stamp-project. All rights reserved.