public class StandardStreamsLogger extends Object implements TestOutputListener
by Szczepan Faber, created at: 10/31/11
| Constructor and Description |
|---|
StandardStreamsLogger(org.slf4j.Logger logger,
TestLogging logging) |
| Modifier and Type | Method and Description |
|---|---|
void |
onOutput(TestDescriptor testDescriptor,
TestOutputEvent outputEvent)
Fired when during test execution anything is printed to standard output or error
|
public StandardStreamsLogger(org.slf4j.Logger logger,
TestLogging logging)
public void onOutput(TestDescriptor testDescriptor, TestOutputEvent outputEvent)
TestOutputListeneronOutput in interface TestOutputListenertestDescriptor - describes the testoutputEvent - the event that contains the output message and the destination (standard output or error, etc.)Copyright © 2013. All rights reserved