Package org.apache.maven.surefire.report
Interface ConsoleOutputReceiver
-
- All Known Subinterfaces:
TestcycleConsoleOutputReceiver
- All Known Implementing Classes:
ClassesParallelRunListener,ConcurrentRunListener,ConsoleOutputFileReporter,DirectConsoleOutput,ForkingRunListener,MethodsParallelRunListener,NonConcurrentRunListener,TestMethod,TestSetRunListener
public interface ConsoleOutputReceiverA receiver of stdout/sterr output from running tests. This receiver knows how to associate the output with a given testset.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteTestOutput(byte[] buf, int off, int len, boolean stdout)Forwards process output from the running test-case into the reporting system
-