Uses of Class
org.apache.tomcat.util.test.Matcher

Packages that use Matcher
org.apache.tomcat.util.test   
org.apache.tomcat.util.test.matchers   
 

Uses of Matcher in org.apache.tomcat.util.test
 

Methods in org.apache.tomcat.util.test that return Matcher
 Matcher HttpClient.getFailingMatch()
           
 

Methods in org.apache.tomcat.util.test with parameters of type Matcher
 void HttpClient.addMatcher(Matcher m)
          Add a matcher.
 

Uses of Matcher in org.apache.tomcat.util.test.matchers
 

Subclasses of Matcher in org.apache.tomcat.util.test.matchers
 class GoldenMatch
          Check if the Resposne body matches a golden file.
 class HeaderMatch
          Check if the response has ( or has not ) some headers
 class HttpStatusMatch
          Test if the HTTP response has a certain status code
 class ResponseMatch
          Check if the response contains a substring
 class ResponseMatchFile
          Check if the response matches a response file
 class SessionMatch
          Extract the session Id from the response
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.