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 MutationResultListenerpublic void handleMutationResult(ClassMutationResults metaData)
handleMutationResult in interface MutationResultListenerpublic void runEnd()
runEnd in interface MutationResultListenerCopyright © 2021 org.pitest. All rights reserved.