Class EqualsPerformanceShortcutFilter
- java.lang.Object
-
- org.pitest.mutationtest.build.intercept.equivalent.EqualsPerformanceShortcutFilter
-
- All Implemented Interfaces:
MutationInterceptor
public class EqualsPerformanceShortcutFilter extends Object implements MutationInterceptor
-
-
Constructor Summary
Constructors Constructor Description EqualsPerformanceShortcutFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbegin(ClassTree clazz)voidend()Collection<MutationDetails>intercept(Collection<MutationDetails> mutations, Mutater m)InterceptorTypetype()-
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
-
-
-
-
Method Detail
-
type
public InterceptorType type()
- Specified by:
typein interfaceMutationInterceptor
-
begin
public void begin(ClassTree clazz)
- Specified by:
beginin interfaceMutationInterceptor
-
intercept
public Collection<MutationDetails> intercept(Collection<MutationDetails> mutations, Mutater m)
- Specified by:
interceptin interfaceMutationInterceptor
-
end
public void end()
- Specified by:
endin interfaceMutationInterceptor
-
-