public abstract class AbstractFileReporter extends AbstractTextReporter
BRIEF, PLAIN, SUMMARY, writercompletedCount, errors, failures, NL, skipped, testSetStartTime| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFileReporter(ReporterConfiguration reporterConfiguration,
java.lang.String format) |
| Modifier and Type | Method and Description |
|---|---|
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, isTestSetCompletedMessage, reset, setWriter, testError, testFailed, testSkipped, testSucceeded, writeDetailMessage, writeMessagedeleteIfExisting, elapsedTimeAsString, getActualRunTime, getNumErrors, getNumFailures, getNumSkipped, getNumTests, getStackTrace, isTimedOut, runCompleted, runStarting, testAssumptionFailure, testError, testFailed, testStarting, writeFooterprotected AbstractFileReporter(ReporterConfiguration reporterConfiguration, java.lang.String format)
public void testSetStarting(ReportEntry report) throws ReporterException
ReportertestSetStarting in interface ReportertestSetStarting in interface ReportWritertestSetStarting in class AbstractTextReporterreport - the report entry describing the testsetReporterException - When reporting failspublic void testSetCompleted(ReportEntry report) throws ReporterException
ReportertestSetCompleted in interface ReportertestSetCompleted in interface ReportWritertestSetCompleted in class AbstractTextReporterreport - the report entry describing the testsetReporterException - When reporting failsCopyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.