public class XMLReportListener extends Object implements MutationResultListener
| Modifier and Type | Field and Description |
|---|---|
static String |
MUTATION_MATRIX_TEST_SEPARATOR |
| Constructor and Description |
|---|
XMLReportListener(ResultOutputStrategy outputStrategy,
boolean fullMutationMatrix,
boolean partialCoverage) |
XMLReportListener(Writer out,
boolean fullMutationMatrix,
boolean partialCoverage) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleMutationResult(ClassMutationResults metaData) |
void |
runEnd() |
void |
runStart() |
public static final String MUTATION_MATRIX_TEST_SEPARATOR
public XMLReportListener(ResultOutputStrategy outputStrategy, boolean fullMutationMatrix, boolean partialCoverage)
public XMLReportListener(Writer out, boolean fullMutationMatrix, boolean partialCoverage)
public void runStart()
runStart in interface MutationResultListenerpublic void handleMutationResult(ClassMutationResults metaData)
handleMutationResult in interface MutationResultListenerpublic void runEnd()
runEnd in interface MutationResultListenerCopyright © 2024 org.pitest. All rights reserved.