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, writeMessagetestStarting, writeMessagepublic void testSetStarting(ReportEntry report) throws ReporterException
ReportertestSetStarting in interface ReportertestSetStarting in class AbstractTextReporterreport - 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
ReportertestSetCompleted in interface ReportertestSetCompleted in class AbstractTextReporterreport - the report entry describing the testsetReporterException - When reporting failsCopyright © 2004-2012 Apache Software Foundation. All Rights Reserved.