|
||||||||||
| 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 |
|---|
writer |
| Method Summary | |
|---|---|
static java.io.File |
getReportFile(java.io.File reportsDirectory,
java.lang.String reportEntryName,
java.lang.String reportNameSuffix,
java.lang.String fileExtension)
|
void |
testSetCompleted(ReportEntry report)
|
void |
testSetStarting(ReportEntry report)
|
| Methods inherited from class org.apache.maven.surefire.report.AbstractTextReporter |
|---|
getElapsedTimeSummary, getOutput, getTestSetSummary, reset, setWriter, testError, testFailed, testSkipped, testSucceeded, writeMessage |
| Methods inherited from class org.apache.maven.surefire.report.AbstractReporter |
|---|
testStarting, writeMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void testSetStarting(ReportEntry report)
throws ReporterException
testSetStarting in interface ReportertestSetStarting in class AbstractTextReporterReporterException
public static java.io.File getReportFile(java.io.File reportsDirectory,
java.lang.String reportEntryName,
java.lang.String reportNameSuffix,
java.lang.String fileExtension)
public void testSetCompleted(ReportEntry report)
throws ReporterException
testSetCompleted in interface ReportertestSetCompleted in class AbstractTextReporterReporterException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||