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

StatefulPortletInvokerTestCase - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.test.portlet.state
Class StatefulPortletInvokerTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.jboss.portal.test.portlet.state.StatefulPortletInvokerTestCase
All Implemented Interfaces:
junit.framework.Test

public class StatefulPortletInvokerTestCase
extends junit.framework.TestCase


Constructor Summary
StatefulPortletInvokerTestCase()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testCloneInvalidCCP()
           
 void testCloneInvalidPOP()
           
 void testCloneNonExistingCCP()
           
 void testCloneNonExistingPOP()
           
 void testClonePortlet()
           
 void testCloneWithNullId()
           
 void testDestroyCCP()
           
 void testDestroyInvalidCCP()
           
 void testDestroyNonExistingCCP()
           
 void testDestroyPOP()
           
 void testDestroyWithNullId()
           
 void testGetCCPProperties()
           
 void testGetInvalidCCP()
           
 void testGetInvalidCCPProperties()
           
 void testGetInvalidPOP()
           
 void testGetInvalidPOPProperties()
           
 void testGetNonExistingCCP()
           
 void testGetNonExistingCCPProperties()
           
 void testGetNonExistingPOP()
           
 void testGetNonExistingPOPProperties()
           
 void testGetPOPProperties()
           
 void testGetPropertiesWithNullPortlet()
           
 void testGetWithNullId()
           
 void testInvokeReadOnly()
           
 void testSetCCPProperties()
           
 void testSetNonExistingCCPProperties()
           
 void testSetPOPProperties()
           
 void testSetPropertiesWithNullId()
           
 void testSetPropertiesWithNullProperties()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatefulPortletInvokerTestCase

public StatefulPortletInvokerTestCase()
Method Detail

setUp

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

tearDown

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

testCloneWithNullId

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

testCloneNonExistingPOP

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

testCloneNonExistingCCP

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

testCloneInvalidCCP

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

testCloneInvalidPOP

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

testClonePortlet

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

testGetWithNullId

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

testGetNonExistingPOP

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

testGetNonExistingCCP

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

testGetInvalidPOP

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

testGetInvalidCCP

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

testDestroyWithNullId

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

testDestroyPOP

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

testDestroyCCP

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

testDestroyInvalidCCP

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

testDestroyNonExistingCCP

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

testGetPropertiesWithNullPortlet

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

testGetNonExistingPOPProperties

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

testGetInvalidPOPProperties

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

testGetNonExistingCCPProperties

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

testGetInvalidCCPProperties

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

testGetPOPProperties

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

testGetCCPProperties

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

testSetPropertiesWithNullId

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

testSetPropertiesWithNullProperties

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

testSetPOPProperties

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

testSetNonExistingCCPProperties

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

testSetCCPProperties

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

testInvokeReadOnly

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