public class JUnitEventReporter extends AbstractReporter
Modifier | Constructor and Description |
---|---|
protected |
JUnitEventReporter(junit.framework.TestResult result)
Create a JUnitEventReporter, storing the
JUnit Test results in the provided object
|
Modifier and Type | Method and Description |
---|---|
void |
reportMessage(ReportMessageEvent event)
This method is currently ignored by the JUnitEventReporter.
|
void |
requestError(RequestEvent event)
Process a Latka request error
|
void |
requestFailed(RequestEvent event)
Process a Latka request failure
|
void |
requestSkipped(RequestEvent event)
Process a Latka event being skipped
|
void |
requestSucceeded(RequestEvent event)
Process a Latka request success event
|
void |
suiteCompleted(SuiteEvent event)
Process a Latka suite completion event
|
protected JUnitEventReporter(junit.framework.TestResult result)
result
- the JUnit TestResult to add failures and errors topublic void requestError(RequestEvent event)
event
- the latka request event that is in errorpublic void requestFailed(RequestEvent event)
event
- The event describing the request that has failedpublic void requestSkipped(RequestEvent event)
event
- The event describing the request that has been skippedpublic void requestSucceeded(RequestEvent event)
event
- The event describing the request that has succeededpublic void reportMessage(ReportMessageEvent event)
event
- reportMessage (ignored)public void suiteCompleted(SuiteEvent event)
event
- The event describing the suite that has completedCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.