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

MarkupTestCase - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.test.wsrp.v1.producer
Class MarkupTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.jboss.portal.test.wsrp.WSRPBaseTest
              extended byorg.jboss.portal.test.wsrp.WSRPProducerBaseTest
                  extended byorg.jboss.portal.test.wsrp.v1.producer.V1ProducerBaseTest
                      extended byorg.jboss.portal.test.wsrp.v1.producer.NeedPortletHandleTest
                          extended byorg.jboss.portal.test.wsrp.v1.producer.MarkupTestCase
All Implemented Interfaces:
junit.framework.Test

public class MarkupTestCase
extends NeedPortletHandleTest

Since:
2.4

Field Summary
 
Fields inherited from class org.jboss.portal.test.wsrp.v1.producer.V1ProducerBaseTest
markupService, portletManagementService, registrationService, serviceDescriptionService
 
Fields inherited from class org.jboss.portal.test.wsrp.WSRPProducerBaseTest
producer, producerProxy, serviceFactory
 
Fields inherited from class org.jboss.portal.test.wsrp.WSRPBaseTest
deployer, initialized, nodeId, nodeManager, runtimeContext
 
Constructor Summary
MarkupTestCase()
           
 
Method Summary
 void testGetMarkupEditNoSession()
           
 void testGetMarkupRenderParameters()
           
 void testGetMarkupSession()
           
 void testGetMarkupViewNoSession()
           
 void testGetMarkupWithDispatcherPortlet()
           
 void testGetMarkupWithEncodedURLs()
           
 void testGetMarkupWithNoContent()
           
 void testGetMarkupWithNonStandardLocales()
           
 void testGMAndPBIInteraction()
           
 void testInitCookie()
           
 void testInvalidGetMarkup()
           
 void testMarkupCaching()
           
 void testPerformBlockingInteractionNoRedirect()
           
 void testPerformBlockingInteractionRedirect()
           
 void testReleaseSessions()
           
 
Methods inherited from class org.jboss.portal.test.wsrp.v1.producer.NeedPortletHandleTest
deploy, getDefaultHandle, getHandleForPortletDeployedIn, setUp, tearDown, undeploy
 
Methods inherited from class org.jboss.portal.test.wsrp.v1.producer.V1ProducerBaseTest
assertEquals, assertEquals, checkBasicPortletDescription, checkServiceDescriptionWithOnlyBasicPortlet, createBaseRegData, getNoRegistrationServiceDescriptionRequest, initRegistrationInfo, registerConsumer, resetRegistrationInfo
 
Methods inherited from class org.jboss.portal.test.wsrp.WSRPProducerBaseTest
getProducerProxy, getServiceFactory, setProducerProxy, setServiceFactory
 
Methods inherited from class org.jboss.portal.test.wsrp.WSRPBaseTest
assertEquals, assertString1ContainsString2, getDeployer, getNodeManager, log, setDeployer, setNodeManager
 
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

MarkupTestCase

public MarkupTestCase()
               throws java.lang.Exception
Method Detail

testGetMarkupViewNoSession

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

testInvalidGetMarkup

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

testGetMarkupEditNoSession

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

testGetMarkupRenderParameters

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

testGetMarkupSession

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

testPerformBlockingInteractionNoRedirect

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

testPerformBlockingInteractionRedirect

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

testGMAndPBIInteraction

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

testMarkupCaching

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

testInitCookie

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

testReleaseSessions

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

testGetMarkupWithDispatcherPortlet

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

testGetMarkupWithNoContent

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

testGetMarkupWithNonStandardLocales

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

testGetMarkupWithEncodedURLs

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