Package | Description |
---|---|
org.apache.commons.latka | |
org.apache.commons.latka.event | |
org.apache.commons.latka.validators |
Modifier and Type | Method and Description |
---|---|
void |
Validator.validate(Response response)
Run custom validation.
|
Constructor and Description |
---|
RequestFailedEvent(Request request,
Response response,
ValidationException e)
Create a new request failed event
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
BaseConditionalValidator.assertTrue(Response response)
Return true or false, depending on whether or not
the test conditions were met.
|
boolean |
CookieValidator.assertTrue(Response response) |
boolean |
RegexpValidator.assertTrue(Response response) |
boolean |
ResponseHeaderValidator.assertTrue(Response response)
Checks to see that the header exists, and also checks
its value if setHeaderValue(String) has been called
|
boolean |
XPathValidator.assertTrue(Response response) |
protected void |
BaseValidator.fail(java.lang.String reason) |
protected void |
BaseConditionalValidator.throwValidationException()
Automatically generated exception messages, based
on the value of getCondition() and
generateBareExceptionMessage().
|
void |
BaseConditionalValidator.validate(Response response)
Final method.
|
abstract void |
BaseValidator.validate(Response response)
Validate a response
|
void |
ByteLengthValidator.validate(Response response) |
void |
GoldenFileValidator.validate(Response response) |
void |
MaxRequestTimeValidator.validate(Response response) |
void |
StatusCodeValidator.validate(Response response) |
void |
StatusTextValidator.validate(Response response) |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.