org.apache.tomcat.util.test.matchers
Class SessionMatch

java.lang.Object
  |
  +--org.apache.tomcat.util.test.Matcher
        |
        +--org.apache.tomcat.util.test.matchers.SessionMatch

public class SessionMatch
extends Matcher

Extract the session Id from the response


Fields inherited from class org.apache.tomcat.util.test.Matcher
client, debug, magnitude, request, response, result
 
Constructor Summary
SessionMatch()
           
 
Method Summary
 void execute()
          Execute the test
 java.lang.String getTestDescription()
          Test description ( text representation of the test )
 void setCookieName(java.lang.String n)
           
 void setId(java.lang.String v)
           
 
Methods inherited from class org.apache.tomcat.util.test.Matcher
getHttpClient, getHttpRequest, getHttpResponse, getMessage, getResult, log, setDebug, setExpectedResult, setHttpClient, setHttpRequest, setHttpResponse, setIf, setMagnitude, setUnless, skipTest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionMatch

public SessionMatch()
Method Detail

setCookieName

public void setCookieName(java.lang.String n)

setId

public void setId(java.lang.String v)

getTestDescription

public java.lang.String getTestDescription()
Description copied from class: Matcher
Test description ( text representation of the test )
Overrides:
getTestDescription in class Matcher

execute

public void execute()
Description copied from class: Matcher
Execute the test
Overrides:
execute in class Matcher


Copyright © 2001 Apache Software Foundation. All Rights Reserved.