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