|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.surefire.report.MulticastingReporter
public class MulticastingReporter
A reporter that broadcasts to other reporters
| Constructor Summary | |
|---|---|
MulticastingReporter(java.util.List target)
|
|
| 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 |
writeConsoleMessage(java.lang.String message)
|
void |
writeFooter(java.lang.String footer)
|
void |
writeMessage(java.lang.String message)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MulticastingReporter(java.util.List target)
| Method Detail |
|---|
public void testSetStarting(ReportEntry report)
throws ReporterException
testSetStarting in interface ReporterReporterExceptionpublic void testSetCompleted(ReportEntry report)
testSetCompleted in interface Reporterpublic void runStarting()
runStarting in interface Reporterpublic void runCompleted()
runCompleted in interface Reporterpublic void testStarting(ReportEntry report)
Reporter
testStarting in interface Reporterreport - The report entry to log forpublic void testSucceeded(ReportEntry report)
Reporter
testSucceeded in interface Reporterreport - The report entry to log for
public void testError(ReportEntry report,
java.lang.String stdOut,
java.lang.String stdErr)
Reporter
testError in interface Reporterreport - The report entry to log forstdOut - standard output from the test casestdErr - error output from the test case
public void testFailed(ReportEntry report,
java.lang.String stdOut,
java.lang.String stdErr)
Reporter
testFailed in interface Reporterreport - The report entry to log forstdOut - standard output from the test casestdErr - error output from the test casepublic void testSkipped(ReportEntry report)
testSkipped in interface Reporterpublic void writeConsoleMessage(java.lang.String message)
public void writeMessage(java.lang.String message)
writeMessage in interface Reporterpublic void writeFooter(java.lang.String footer)
writeFooter in interface Reporterpublic void reset()
reset in interface Reporter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||