Class MutatorSpecificInterceptor
- java.lang.Object
-
- org.pitest.mutationtest.build.intercept.RegionInterceptor
-
- org.pitest.mutationtest.build.intercept.MutatorSpecificInterceptor
-
- All Implemented Interfaces:
MutationInterceptor
public abstract class MutatorSpecificInterceptor extends RegionInterceptor
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMutatorSpecificInterceptor(List<MethodMutatorFactory> mutators)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<MutationDetails>intercept(Collection<MutationDetails> mutations, Mutater unused)-
Methods inherited from class org.pitest.mutationtest.build.intercept.RegionInterceptor
begin, buildPredicate, computeRegions, end, type
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.pitest.mutationtest.build.MutationInterceptor
initialise
-
-
-
-
Constructor Detail
-
MutatorSpecificInterceptor
protected MutatorSpecificInterceptor(List<MethodMutatorFactory> mutators)
-
-
Method Detail
-
intercept
public Collection<MutationDetails> intercept(Collection<MutationDetails> mutations, Mutater unused)
- Specified by:
interceptin interfaceMutationInterceptor- Overrides:
interceptin classRegionInterceptor
-
-