|
||||||||||
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, endTime, errors, failures, NL, skipped, startTime, testSetStartTime |
Constructor Summary | |
---|---|
protected |
AbstractFileReporter(java.io.File reportsDirectory,
java.lang.String format,
java.lang.Boolean trimStackTrace)
|
Method Summary | |
---|---|
void |
testSetCompleted(ReportEntry report)
|
void |
testSetStarting(ReportEntry report)
|
Methods inherited from class org.apache.maven.surefire.report.AbstractTextReporter |
---|
getElapsedTimeSummary, getOutput, getTestSetSummary, isTestSetCompletedMessage, setWriter, testError, testFailed, testSkipped, testSucceeded, writeMessage |
Methods inherited from class org.apache.maven.surefire.report.AbstractReporter |
---|
elapsedTimeAsString, getErrorSources, getFailureSources, getNumErrors, getNumFailures, getNumSkipped, getNumTests, getStackTrace, reset, runAborted, runCompleted, runStarting, runStopped, testSetAborted, testStarting, writeFooter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractFileReporter(java.io.File reportsDirectory, java.lang.String format, java.lang.Boolean trimStackTrace)
Method Detail |
---|
public void testSetStarting(ReportEntry report) throws ReporterException
testSetStarting
in interface Reporter
testSetStarting
in class AbstractTextReporter
ReporterException
public void testSetCompleted(ReportEntry report) throws ReporterException
testSetCompleted
in interface Reporter
testSetCompleted
in class AbstractTextReporter
ReporterException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |