Package | Description |
---|---|
org.apache.commons.latka.jelly.validators | |
org.apache.commons.latka.validators |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
boolean |
HttpValidatorTagSupport.validate(Validator validator)
validate the response using the validator provided.
|
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 |
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.
|
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.