public class ConsoleOutputFileReporter extends Object implements TestcycleConsoleOutputReceiver
File
for each test suite.Constructor and Description |
---|
ConsoleOutputFileReporter(File reportsDirectory,
String reportNameSuffix,
boolean usePhrasedFileName,
Integer forkNumber,
String encoding) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
testSetCompleted(TestSetReportEntry report) |
void |
testSetStarting(TestSetReportEntry reportEntry) |
void |
writeTestOutput(TestOutputReportEntry reportEntry) |
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
public void writeTestOutput(TestOutputReportEntry reportEntry)
writeTestOutput
in interface TestOutputReceiver<TestOutputReportEntry>
writeTestOutput
in interface ConsoleOutputReportEventListener
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.