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