Interface TestOutputReceiver<T extends OutputReportEntry>
- Type Parameters:
 T- usuallyTestOutputReportEntryorOutputReportEntry
- 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 Summary
Modifier and TypeMethodDescriptionvoidwriteTestOutput(T reportEntry) Forwards process output from the running test-case into the reporting system 
- 
Method Details
- 
writeTestOutput
Forwards process output from the running test-case into the reporting system- Parameters:
 reportEntry- wraps test output with descriptive information of the output
 
 -