Class XMLReportListener
- java.lang.Object
-
- org.pitest.mutationtest.report.xml.XMLReportListener
-
- All Implemented Interfaces:
MutationResultListener
public class XMLReportListener extends Object implements MutationResultListener
-
-
Field Summary
Fields Modifier and Type Field Description static StringMUTATION_MATRIX_TEST_SEPARATOR
-
Constructor Summary
Constructors Constructor Description XMLReportListener(Writer out, boolean fullMutationMatrix, boolean partialCoverage)XMLReportListener(ResultOutputStrategy outputStrategy, boolean fullMutationMatrix, boolean partialCoverage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMutationResult(ClassMutationResults metaData)voidrunEnd()voidrunStart()
-
-
-
Field Detail
-
MUTATION_MATRIX_TEST_SEPARATOR
public static final String MUTATION_MATRIX_TEST_SEPARATOR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XMLReportListener
public XMLReportListener(ResultOutputStrategy outputStrategy, boolean fullMutationMatrix, boolean partialCoverage)
-
XMLReportListener
public XMLReportListener(Writer out, boolean fullMutationMatrix, boolean partialCoverage)
-
-
Method Detail
-
runStart
public void runStart()
- Specified by:
runStartin interfaceMutationResultListener
-
handleMutationResult
public void handleMutationResult(ClassMutationResults metaData)
- Specified by:
handleMutationResultin interfaceMutationResultListener
-
runEnd
public void runEnd()
- Specified by:
runEndin interfaceMutationResultListener
-
-