|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Validator | |
org.apache.commons.latka.jelly.validators | |
org.apache.commons.latka.validators |
Uses of Validator in org.apache.commons.latka.jelly.validators |
Methods in org.apache.commons.latka.jelly.validators that return Validator | |
Validator |
ByteLengthTag.getValidator()
|
abstract Validator |
HttpValidatorTagSupport.getValidator()
|
Validator |
CookieTag.getValidator()
|
Validator |
GoldenFileTag.getValidator()
return the golden file validator |
Validator |
MaxRequestTimeTag.getValidator()
return the validator |
Validator |
RegexpTag.getValidator()
|
Validator |
ResponseHeaderTag.getValidator()
return the validator |
Validator |
StatusCodeTag.getValidator()
return the validator |
Validator |
StatusTextTag.getValidator()
return the validator |
Validator |
XPathTag.getValidator()
return the validator |
Methods in org.apache.commons.latka.jelly.validators with parameters of type Validator | |
boolean |
HttpValidatorTagSupport.validate(Validator validator)
validate the response using the validator provided. |
Uses of Validator in org.apache.commons.latka.validators |
Classes in org.apache.commons.latka.validators that implement Validator | |
class |
BaseConditionalValidator
This subclass of BaseValidator largely removes the need of a validator to know whether a particular test is supposed to succeed or fail. |
class |
BaseValidator
|
class |
ByteLengthValidator
FIXME: Docs |
class |
CookieValidator
CookieValidator validates cookie existence and/or value in an HTTP session. |
class |
GoldenFileValidator
Compare the response with a golden file. |
class |
MaxRequestTimeValidator
|
class |
RegexpValidator
Perform regular expression matches on the body of the HTTP response. |
class |
ResponseHeaderValidator
ResponseHeaderValidator validates response headers in an HTTP session. |
class |
StatusCodeValidator
Validates a Response according to its HTTP status code (200, 301, 302, 404, etc). |
class |
StatusTextValidator
Validates a Response according to its HTTP status text (the text portion of the status line, eg typically 'OK' for 200 responses). |
class |
XPathValidator
An XPath validator. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |