Package | Description |
---|---|
org.apache.commons.latka.validators |
Modifier and Type | Class and Description |
---|---|
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 |
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.
|
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.