Uses of Class
org.apache.commons.latka.validators.BaseValidator

Packages that use BaseValidator
org.apache.commons.latka.validators   
 

Uses of BaseValidator in org.apache.commons.latka.validators
 

Subclasses of BaseValidator in org.apache.commons.latka.validators
 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 © 2001-2010 The Apache Software Foundation. All Rights Reserved.