Class | Description |
---|---|
BaseConditionalValidator |
This subclass of BaseValidator largely removes the need of
a validator to know whether a particular test is supposed
to succeed or fail.
|
BaseValidator | |
ByteLengthValidator |
FIXME: Docs
|
CookieValidator |
CookieValidator validates cookie existence and/or value in an HTTP session.
|
GoldenFileValidator |
Compare the response with a golden
file.
|
MaxRequestTimeValidator | |
RegexpValidator |
Perform regular expression matches on the body of
the HTTP response.
|
ResponseHeaderValidator |
ResponseHeaderValidator validates response headers in
an HTTP session.
|
StatusCodeValidator |
Validates a Response according to its HTTP status code
(200, 301, 302, 404, etc).
|
StatusTextValidator |
Validates a Response according to its HTTP status text
(the text portion of the status line, eg typically
'OK' for 200 responses).
|
XPathValidator |
An XPath validator.
|
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.