|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Reporter
Contract between the different implementations of the Surefire reporters
| Method Summary | |
|---|---|
void |
reset()
|
void |
runCompleted()
|
void |
runStarting()
|
void |
testError(ReportEntry report,
java.lang.String stdOut,
java.lang.String stdErr)
Event fired when a test ended with an error (non anticipated problem) |
void |
testFailed(ReportEntry report,
java.lang.String stdOut,
java.lang.String stdErr)
Event fired when a test ended with a failure (anticipated problem) |
void |
testSetCompleted(ReportEntry report)
|
void |
testSetStarting(ReportEntry report)
|
void |
testSkipped(ReportEntry report)
|
void |
testStarting(ReportEntry report)
Event fired when a test is about to start |
void |
testSucceeded(ReportEntry report)
Event fired when a test ended successfully |
void |
writeFooter(java.lang.String footer)
|
void |
writeMessage(java.lang.String message)
|
| Method Detail |
|---|
void runStarting()
void runCompleted()
void testSetStarting(ReportEntry report)
throws ReporterException
ReporterException
void testSetCompleted(ReportEntry report)
throws ReporterException
ReporterExceptionvoid testStarting(ReportEntry report)
report - The report entry to log forvoid testSucceeded(ReportEntry report)
report - The report entry to log for
void testError(ReportEntry report,
java.lang.String stdOut,
java.lang.String stdErr)
report - The report entry to log forstdOut - standard output from the test casestdErr - error output from the test case
void testFailed(ReportEntry report,
java.lang.String stdOut,
java.lang.String stdErr)
report - The report entry to log forstdOut - standard output from the test casestdErr - error output from the test casevoid testSkipped(ReportEntry report)
void reset()
void writeMessage(java.lang.String message)
void writeFooter(java.lang.String footer)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||