public class DirectConsoleOutput extends Object implements TestcycleConsoleOutputReceiver
Constructor and Description |
---|
DirectConsoleOutput(PrintStream out,
PrintStream err) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
testSetCompleted(TestSetReportEntry report) |
void |
testSetStarting(TestSetReportEntry reportEntry) |
void |
writeTestOutput(TestOutputReportEntry reportEntry) |
public DirectConsoleOutput(PrintStream out, PrintStream err)
public void writeTestOutput(TestOutputReportEntry reportEntry)
writeTestOutput
in interface TestOutputReceiver<TestOutputReportEntry>
writeTestOutput
in interface ConsoleOutputReportEventListener
public void testSetStarting(TestSetReportEntry reportEntry)
testSetStarting
in interface TestcycleConsoleOutputReceiver
testSetStarting
in interface ConsoleOutputReportEventListener
public void testSetCompleted(TestSetReportEntry report)
testSetCompleted
in interface TestcycleConsoleOutputReceiver
testSetCompleted
in interface ConsoleOutputReportEventListener
public void close()
close
in interface TestcycleConsoleOutputReceiver
close
in interface ConsoleOutputReportEventListener
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.