public interface LatkaEventListener
Modifier and Type | Method and Description |
---|---|
void |
reportMessage(ReportMessageEvent event)
Invoked if a Latka suite wants to send a message to the
report generated for the test.
|
void |
requestError(RequestEvent event)
Invoked if a request error occurs.
|
void |
requestFailed(RequestEvent event)
Invoked if the request failed.
|
void |
requestSkipped(RequestEvent event)
A skipped request.
|
void |
requestSucceeded(RequestEvent event)
Invoked if the request succeeds
|
void |
suiteCompleted(SuiteEvent event)
Invoke when all requests completed.
|
void requestSucceeded(RequestEvent event)
event
- a successful request eventvoid requestFailed(RequestEvent event)
event
- a "failed" request event. This request should still
have a response, although the response was not expected by the test.void requestSkipped(RequestEvent event)
event
- a "skipped" request. Skipped requests have no valid
response.void requestError(RequestEvent event)
event
- a request "error" event. This request has no valid
response.void reportMessage(ReportMessageEvent event)
event
- Event containing the report messagevoid suiteCompleted(SuiteEvent event)
event
- suite eventCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.