|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentHandlerTask | |
org.apache.anteater.test | This package contains the top-level tasks and API that define the testing framework. |
org.apache.anteater.test.matchers | This package contains implementations of matchers. |
Uses of ContentHandlerTask in org.apache.anteater.test |
Subclasses of ContentHandlerTask in org.apache.anteater.test | |
class |
MatcherTest
Matches an object against another. |
class |
SendResponse
Sends an HTTP response back in the servlet thread. |
Uses of ContentHandlerTask in org.apache.anteater.test.matchers |
Subclasses of ContentHandlerTask in org.apache.anteater.test.matchers | |
class |
Blob
A binary object matcher. |
class |
ContentEquals
Checks if the matchOn string is equal with another
one. |
class |
Header
Maintains an HTTP header. |
class |
Jing
Matcher based on James Clark's Jing tool for validating XML documents against the Relax NG schema language. |
class |
Method
Check the method (GET, POST etc.) in an incoming HTTP request. |
class |
Parameter
Maintains and checks a single HTTP parameter. |
class |
Regexp
Validates content against a regular expression. |
class |
ResponseCode
Check the response code in the HTTP response. |
class |
Template
A template matcher, that you can base new matchers on. |
class |
XPath
Assuming that the body of the HTTP message is an XML document, matches it using XPath. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |