Package org.pitest.mutationtest.config
Class CompoundTestListener
- java.lang.Object
-
- org.pitest.mutationtest.config.CompoundTestListener
-
- All Implemented Interfaces:
MutationResultListener
public class CompoundTestListener extends Object implements MutationResultListener
-
-
Constructor Summary
Constructors Constructor Description CompoundTestListener(Iterable<MutationResultListener> children)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMutationResult(ClassMutationResults metaData)voidrunEnd()voidrunStart()
-
-
-
Constructor Detail
-
CompoundTestListener
public CompoundTestListener(Iterable<MutationResultListener> children)
-
-
Method Detail
-
runStart
public void runStart()
- Specified by:
runStartin interfaceMutationResultListener
-
handleMutationResult
public void handleMutationResult(ClassMutationResults metaData)
- Specified by:
handleMutationResultin interfaceMutationResultListener
-
runEnd
public void runEnd()
- Specified by:
runEndin interfaceMutationResultListener
-
-