Class CSVReportListener
- java.lang.Object
-
- org.pitest.mutationtest.report.csv.CSVReportListener
-
- All Implemented Interfaces:
MutationResultListener
public class CSVReportListener extends Object implements MutationResultListener
-
-
Constructor Summary
Constructors Constructor Description CSVReportListener(Writer out)CSVReportListener(ResultOutputStrategy outputStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMutationResult(ClassMutationResults metaData)voidrunEnd()voidrunStart()
-
-
-
Constructor Detail
-
CSVReportListener
public CSVReportListener(ResultOutputStrategy outputStrategy)
-
CSVReportListener
public CSVReportListener(Writer out)
-
-
Method Detail
-
runStart
public void runStart()
- Specified by:
runStartin interfaceMutationResultListener
-
runEnd
public void runEnd()
- Specified by:
runEndin interfaceMutationResultListener
-
handleMutationResult
public void handleMutationResult(ClassMutationResults metaData)
- Specified by:
handleMutationResultin interfaceMutationResultListener
-
-