public class CompoundTestListener extends Object implements MutationResultListener
Constructor and Description |
---|
CompoundTestListener(Iterable<MutationResultListener> children) |
Modifier and Type | Method and Description |
---|---|
void |
handleMutationResult(ClassMutationResults metaData) |
void |
runEnd() |
void |
runStart() |
public CompoundTestListener(Iterable<MutationResultListener> children)
public void runStart()
runStart
in interface MutationResultListener
public void handleMutationResult(ClassMutationResults metaData)
handleMutationResult
in interface MutationResultListener
public void runEnd()
runEnd
in interface MutationResultListener
Copyright © 2021 org.pitest. All rights reserved.