| org.apache.cactus.internal.util.TestCookieUtil
TestCookieUtil | public class TestCookieUtil extends TestCase (Code) | | Unit tests for the
CookieUtil class.
version: $Id: TestCookieUtil.java 238991 2004-05-22 11:34:50Z vmassol $ |
testCreateHttpStateWhenNoCactusCookieDefined | public void testCreateHttpStateWhenNoCactusCookieDefined() throws Exception(Code) | | Verify that an HttpClient HttpState object can be created when
no Cactus cookies have been defined.
exception: Exception - on error |
testCreateHttpStateWhenSeveralCactusCookieExist | public void testCreateHttpStateWhenSeveralCactusCookieExist() throws Exception(Code) | | Verify that an HttpClient HttpState object can be created when
several Cactus cookies exist.
exception: Exception - on error |
|
|