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(TargetRuntime targetRuntime,
RunResult runResult) |
void |
printSuiteResult(TargetRuntime targetRuntime,
SuiteResult result) |
void |
printTestResult(TestResult testResult,
PrintStream out) |
getResultPrintStreampublic TextResultFilePrinter(File reportBasePath, org.apache.maven.plugin.logging.Log log)
public void print(TargetRuntime targetRuntime, RunResult runResult)
public void printSuiteResult(TargetRuntime targetRuntime, SuiteResult result) throws FileNotFoundException, UnsupportedEncodingException
public void printTestResult(TestResult testResult, PrintStream out)
Copyright © 2019. All rights reserved.