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) |
XMLReportListener(Writer out,
boolean fullMutationMatrix) |
| 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)
public XMLReportListener(Writer out, boolean fullMutationMatrix)
public void runStart()
runStart in interface MutationResultListenerpublic void handleMutationResult(ClassMutationResults metaData)
handleMutationResult in interface MutationResultListenerpublic void runEnd()
runEnd in interface MutationResultListenerCopyright © 2021 org.pitest. All rights reserved.