Package org.pitest.mutationtest
Class CompoundMutationResultInterceptor
- java.lang.Object
-
- org.pitest.mutationtest.CompoundMutationResultInterceptor
-
- All Implemented Interfaces:
MutationResultInterceptor,ToolClasspathPlugin
public class CompoundMutationResultInterceptor extends Object implements MutationResultInterceptor
-
-
Constructor Summary
Constructors Constructor Description CompoundMutationResultInterceptor(List<MutationResultInterceptor> interceptors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompoundMutationResultInterceptoradd(MutationResultInterceptor extra)Stringdescription()Collection<ClassMutationResults>modify(Collection<ClassMutationResults> in)Modify results for a classCollection<ClassMutationResults>remaining()Called at end of run to provide any results that could not be determined until all processing was complete-
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.MutationResultInterceptor
priority
-
-
-
-
Constructor Detail
-
CompoundMutationResultInterceptor
public CompoundMutationResultInterceptor(List<MutationResultInterceptor> interceptors)
-
-
Method Detail
-
add
public CompoundMutationResultInterceptor add(MutationResultInterceptor extra)
-
modify
public Collection<ClassMutationResults> modify(Collection<ClassMutationResults> in)
Description copied from interface:MutationResultInterceptorModify results for a class- Specified by:
modifyin interfaceMutationResultInterceptor- Parameters:
in- Results- Returns:
- Results with modifications
-
remaining
public Collection<ClassMutationResults> remaining()
Description copied from interface:MutationResultInterceptorCalled at end of run to provide any results that could not be determined until all processing was complete- Specified by:
remainingin interfaceMutationResultInterceptor- Returns:
- Collection of results
-
description
public String description()
- Specified by:
descriptionin interfaceMutationResultInterceptor- Specified by:
descriptionin interfaceToolClasspathPlugin
-
-