Interface TestOutputReceiver<T extends OutputReportEntry>
- Type Parameters:
- T- usually- TestOutputReportEntryor- OutputReportEntry
- All Known Subinterfaces:
- TestReportListener<T>
- All Known Implementing Classes:
- ForkingRunListener
public interface TestOutputReceiver<T extends OutputReportEntry>
A receiver of stdout/sterr output from running tests. This receiver knows how to associate
 the output with a given testset.
- 
Method SummaryModifier and TypeMethodDescriptionvoidwriteTestOutput(T reportEntry) Forwards process output from the running test-case into the reporting system
- 
Method Details- 
writeTestOutputForwards process output from the running test-case into the reporting system- Parameters:
- reportEntry- wraps test output with descriptive information of the output
 
 
-