public interface TestOutputListener
| Modifier and Type | Method | Description | 
|---|---|---|
| void | onOutput(TestDescriptor testDescriptor,
        TestOutputEvent outputEvent) | Fired when during test execution anything is printed to standard output or error | 
void onOutput(TestDescriptor testDescriptor, TestOutputEvent outputEvent)
testDescriptor - describes the testoutputEvent - the event that contains the output message and the destination (standard output or error, etc.)