public class XmlResultPrinter extends FileResultPrinter
Prints the run result to a xml file following the surefire format.
log, reportBasePath| Constructor and Description |
|---|
XmlResultPrinter(File reportBasePath,
Map<String,String> systemProperties,
org.apache.maven.plugin.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
void |
print(RunResult runResult) |
void |
printSuiteResult(SuiteResult result) |
void |
printTestResult(TestResult testResult) |
getResultPrintStreampublic void print(RunResult runResult)
public void printSuiteResult(SuiteResult result) throws FileNotFoundException
FileNotFoundExceptionpublic void printTestResult(TestResult testResult)
Copyright © 2017. All rights reserved.