Class TestOutputReportEntry
java.lang.Object
org.apache.maven.surefire.api.report.TestOutputReportEntry
- All Implemented Interfaces:
- OutputReportEntry
This report entry should be used in 
TestOutputReceiver.writeTestOutput(OutputReportEntry).
 - 
Constructor SummaryConstructorsConstructorDescriptionTestOutputReportEntry(String log, boolean isStdOut, boolean newLine, RunMode runMode, Long testRunId) Wraps the output from the running test-case.TestOutputReportEntry(OutputReportEntry reportEntry, RunMode runMode, Long testRunId) 
- 
Method SummaryModifier and TypeMethodDescriptiongetLog()booleanbooleanisStdOut()static TestOutputReportEntrystatic TestOutputReportEntrystatic OutputReportEntrystatic TestOutputReportEntry
- 
Constructor Details- 
TestOutputReportEntrypublic TestOutputReportEntry(String log, boolean isStdOut, boolean newLine, RunMode runMode, Long testRunId) Wraps the output from the running test-case.- Parameters:
- log- stdout/sterr output from running tests
- isStdOut- Indicates if this is stdout
- newLine- print on new line
- runMode- the phase of testset
- testRunId- unique id of the test run pointing to the test description
 
- 
TestOutputReportEntry
 
- 
- 
Method Details- 
getLog- Specified by:
- getLogin interface- OutputReportEntry
 
- 
isStdOutpublic boolean isStdOut()- Specified by:
- isStdOutin interface- OutputReportEntry
 
- 
isNewLinepublic boolean isNewLine()- Specified by:
- isNewLinein interface- OutputReportEntry
 
- 
getRunMode
- 
getTestRunId
- 
stdOut
- 
stdOutln
- 
stdErr
- 
stdErrln
 
-