public class TextResultFilePrinter extends FileResultPrinter
Prints the run result to a xml file following the surefire format.
log, reportBasePath| Constructor and Description |
|---|
TextResultFilePrinter(File reportBasePath,
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,
PrintStream out) |
getResultPrintStreampublic TextResultFilePrinter(File reportBasePath, org.apache.maven.plugin.logging.Log log)
public void print(RunResult runResult)
public void printSuiteResult(SuiteResult result) throws FileNotFoundException
FileNotFoundExceptionpublic void printTestResult(TestResult testResult, PrintStream out)
Copyright © 2017. All rights reserved.