Class EquivalentReturnMutationFilter
- java.lang.Object
-
- org.pitest.mutationtest.build.intercept.equivalent.EquivalentReturnMutationFilter
-
- All Implemented Interfaces:
MutationInterceptorFactory,ProvidesFeature,ToolClasspathPlugin
public class EquivalentReturnMutationFilter extends Object implements MutationInterceptorFactory
Tightly coupled to the PrimitiveReturnsMutator and EmptyObjectReturnValsMutator - removes trivially equivalent mutants generated by these. operator
-
-
Constructor Summary
Constructors Constructor Description EquivalentReturnMutationFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutationInterceptorcreateInterceptor(InterceptorParameters params)Stringdescription()Featureprovides()
-
-
-
Method Detail
-
description
public String description()
- Specified by:
descriptionin interfaceToolClasspathPlugin
-
provides
public Feature provides()
- Specified by:
providesin interfaceProvidesFeature
-
createInterceptor
public MutationInterceptor createInterceptor(InterceptorParameters params)
- Specified by:
createInterceptorin interfaceMutationInterceptorFactory
-
-