public abstract class AbstractFileReporter extends AbstractTextReporter
writer
Modifier and Type | Method and Description |
---|---|
static File |
getReportFile(File reportsDirectory,
String reportEntryName,
String reportNameSuffix,
String fileExtension) |
void |
testSetCompleted(ReportEntry report)
Indicates end of a given test-set
|
void |
testSetStarting(ReportEntry report)
Indicates the start of a given test-set
|
getElapsedTimeSummary, getOutput, getTestSetSummary, reset, setWriter, testError, testFailed, testSkipped, testSucceeded, writeMessage
testStarting, writeMessage
public void testSetStarting(ReportEntry report) throws ReporterException
Reporter
testSetStarting
in interface Reporter
testSetStarting
in class AbstractTextReporter
report
- the report entry describing the testsetReporterException
- When reporting failspublic static File getReportFile(File reportsDirectory, String reportEntryName, String reportNameSuffix, String fileExtension)
public void testSetCompleted(ReportEntry report) throws ReporterException
Reporter
testSetCompleted
in interface Reporter
testSetCompleted
in class AbstractTextReporter
report
- the report entry describing the testsetReporterException
- When reporting failsCopyright © 2004-2012 Apache Software Foundation. All Rights Reserved.