Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » catalina » util » [javadoc | source]
org.apache.catalina.util
public class: CookieToolsTestCase [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.catalina.util.CookieToolsTestCase
Unit tests for the CookieTools class.
Field Summary
protected  Cookie version0    A "version 0" cookie. 
protected  Cookie version1    A "version 1" cookie. 
Constructor:
 public CookieToolsTestCase(String name) 
    Construct a new instance of this test case.
    Parameters:
    name - Name of the test case
Method from org.apache.catalina.util.CookieToolsTestCase Summary:
main,   setUp,   suite,   tearDown,   testGetCookieHeaderName,   testGetCookieHeaderValue
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.catalina.util.CookieToolsTestCase Detail:
 public static  void main(String[] args) 
 public  void setUp() 
    Set up instance variables required by this test case.
 public static Test suite() 
    Return the tests included in this test suite.
 public  void tearDown() 
    Tear down instance variables required by this test case.
 public  void testGetCookieHeaderName() 
    Check the value returned by getCookieHeaderName().
 public  void testGetCookieHeaderValue() 
    Check the value returned by getCookieHeaderValue()