Package | Description |
---|---|
org.apache.commons.latka | |
org.apache.commons.latka.event | |
org.apache.commons.latka.junit |
Modifier and Type | Method and Description |
---|---|
protected org.dom4j.Element |
XMLReporter.createRequestElement(RequestEvent event)
Utility method that converts a RequestEvent object to its
corresponding element in the dom4j object.
|
protected void |
DefaultLatkaEventInfo.recordSuccess(RequestEvent event,
boolean bool)
Record the "success status" of a request event.
|
void |
DefaultLatkaEventInfo.requestError(RequestEvent event)
Invoked if a request error occurs.
|
void |
XMLReporter.requestError(RequestEvent event) |
void |
DefaultLatkaEventInfo.requestFailed(RequestEvent event)
Invoked if the request failed.
|
void |
XMLReporter.requestFailed(RequestEvent event) |
void |
DefaultLatkaEventInfo.requestSkipped(RequestEvent event)
A skipped request.
|
void |
XMLReporter.requestSkipped(RequestEvent event) |
void |
DefaultLatkaEventInfo.requestSucceeded(RequestEvent event)
Invoked if the request succeeds.
|
void |
XMLReporter.requestSucceeded(RequestEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
BaseRequestEvent
The base class for request events fired by latka.
|
class |
RequestErrorEvent
An event that represents an error that occurred processing a request
|
class |
RequestFailedEvent
An event for when a request fails
|
class |
RequestSkippedEvent
An event used when Latka skips a request
|
class |
RequestSucceededEvent
An event generated by Latka when a request completes successfully
|
Modifier and Type | Method and Description |
---|---|
void |
LatkaEventListener.requestError(RequestEvent event)
Invoked if a request error occurs.
|
void |
LatkaEventPublisher.requestError(RequestEvent event)
send the supplied event to all listeners
|
void |
LatkaEventListener.requestFailed(RequestEvent event)
Invoked if the request failed.
|
void |
LatkaEventPublisher.requestFailed(RequestEvent event)
send the supplied event to all listeners
|
void |
LatkaEventListener.requestSkipped(RequestEvent event)
A skipped request.
|
void |
LatkaEventPublisher.requestSkipped(RequestEvent event)
send the supplied event to all listeners
|
void |
LatkaEventListener.requestSucceeded(RequestEvent event)
Invoked if the request succeeds
|
void |
LatkaEventPublisher.requestSucceeded(RequestEvent event)
send the supplied event to all listeners
|
Modifier and Type | Method and Description |
---|---|
void |
JUnitEventReporter.requestError(RequestEvent event)
Process a Latka request error
|
void |
JUnitEventReporter.requestFailed(RequestEvent event)
Process a Latka request failure
|
void |
JUnitEventReporter.requestSkipped(RequestEvent event)
Process a Latka event being skipped
|
void |
JUnitEventReporter.requestSucceeded(RequestEvent event)
Process a Latka request success event
|
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.