站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

RequestHeaderClientHandlerTestCase - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.wsrp.handler
Class RequestHeaderClientHandlerTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.portal.test.wsrp.handler.RequestHeaderClientHandlerTestCase

public class RequestHeaderClientHandlerTestCase
extends TestCase

Since:
2.4
Version:
$Revision$
Author:
Chris Laprun
See Also:
Serialized Form

Field Summary
(package private)  RequestHeaderClientHandler handler
           
 
Constructor Summary
RequestHeaderClientHandlerTestCase()
           
 
Method Summary
private  org.apache.commons.httpclient.Cookie createCookie(java.lang.String name, java.lang.String value, int secondsBeforeExpiration)
           
protected  void setUp()
           
 void testBothCookiesHandleRequest()
           
 void testCookieWithoutInitHandleResponse()
           
 void testCurrentInfo()
           
 void testGroupCookieHandleRequest()
           
 void testSimpleCookieHandleRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handler

RequestHeaderClientHandler handler
Constructor Detail

RequestHeaderClientHandlerTestCase

public RequestHeaderClientHandlerTestCase()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

testSimpleCookieHandleRequest

public void testSimpleCookieHandleRequest()

testGroupCookieHandleRequest

public void testGroupCookieHandleRequest()

testBothCookiesHandleRequest

public void testBothCookiesHandleRequest()

testCookieWithoutInitHandleResponse

public void testCookieWithoutInitHandleResponse()

testCurrentInfo

public void testCurrentInfo()

createCookie

private org.apache.commons.httpclient.Cookie createCookie(java.lang.String name,
                                                          java.lang.String value,
                                                          int secondsBeforeExpiration)