public class CSVReportListener extends Object implements MutationResultListener
| Constructor and Description |
|---|
CSVReportListener(ResultOutputStrategy outputStrategy) |
CSVReportListener(Writer out) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleMutationResult(ClassMutationResults metaData) |
void |
runEnd() |
void |
runStart() |
public CSVReportListener(ResultOutputStrategy outputStrategy)
public CSVReportListener(Writer out)
public void runStart()
runStart in interface MutationResultListenerpublic void runEnd()
runEnd in interface MutationResultListenerpublic void handleMutationResult(ClassMutationResults metaData)
handleMutationResult in interface MutationResultListenerCopyright © 2021 org.pitest. All rights reserved.