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

ProducerSessionInformationTestCase - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.wsrp.other
Class ProducerSessionInformationTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.portal.test.wsrp.other.ProducerSessionInformationTestCase

public class ProducerSessionInformationTestCase
extends TestCase

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

Field Summary
(package private)  ProducerSessionInformation info
           
 
Constructor Summary
ProducerSessionInformationTestCase()
           
 
Method Summary
private  org.apache.commons.httpclient.Cookie createCookie(java.lang.String name, java.lang.String value, int secondsBeforeExpiration)
           
protected  void setUp()
           
 void testGroupCookies()
           
 void testReplaceUserCookies()
           
 void testSessionForPortlet()
           
 void testUserCookie()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

info

ProducerSessionInformation info
Constructor Detail

ProducerSessionInformationTestCase

public ProducerSessionInformationTestCase()
Method Detail

setUp

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

testUserCookie

public void testUserCookie()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testGroupCookies

public void testGroupCookies()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testSessionForPortlet

public void testSessionForPortlet()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testReplaceUserCookies

public void testReplaceUserCookies()
                            throws java.lang.Exception
Throws:
java.lang.Exception

createCookie

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