|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.surefire.report.AbstractReporter
org.apache.maven.surefire.report.AbstractTextReporter
org.apache.maven.surefire.report.AbstractFileReporter
public abstract class AbstractFileReporter
Base class for file reporters.
Field Summary |
---|
Fields inherited from class org.apache.maven.surefire.report.AbstractTextReporter |
---|
BRIEF, PLAIN, SUMMARY, writer |
Fields inherited from class org.apache.maven.surefire.report.AbstractReporter |
---|
completedCount, errors, failures, NL, skipped, testSetStartTime |
Constructor Summary | |
---|---|
protected |
AbstractFileReporter(ReporterConfiguration reporterConfiguration,
java.lang.String format)
|
Method Summary | |
---|---|
void |
testSetCompleted(ReportEntry report)
Indicates end of a given test-set |
void |
testSetStarting(ReportEntry report)
Indicates the start of a given test-set |
Methods inherited from class org.apache.maven.surefire.report.AbstractTextReporter |
---|
getElapsedTimeSummary, getOutput, getTestSetSummary, isTestSetCompletedMessage, reset, setWriter, testError, testFailed, testSkipped, testSucceeded, writeDetailMessage, writeMessage |
Methods inherited from class org.apache.maven.surefire.report.AbstractReporter |
---|
deleteIfExisting, elapsedTimeAsString, getActualRunTime, getNumErrors, getNumFailures, getNumSkipped, getNumTests, getStackTrace, isTimedOut, runCompleted, runStarting, testAssumptionFailure, testError, testFailed, testStarting, writeFooter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractFileReporter(ReporterConfiguration reporterConfiguration, java.lang.String format)
Method Detail |
---|
public void testSetStarting(ReportEntry report) throws ReporterException
Reporter
testSetStarting
in interface Reporter
testSetStarting
in interface ReportWriter
testSetStarting
in class AbstractTextReporter
report
- the report entry describing the testset
ReporterException
- When reporting failspublic void testSetCompleted(ReportEntry report) throws ReporterException
Reporter
testSetCompleted
in interface Reporter
testSetCompleted
in interface ReportWriter
testSetCompleted
in class AbstractTextReporter
report
- the report entry describing the testset
ReporterException
- When reporting fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |