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

MarkupTestCase - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.test.wsrp.v1.consumer
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.WSRPConsumerBaseTest
                  extended byorg.jboss.portal.test.wsrp.v1.consumer.V1ConsumerBaseTest
                      extended byorg.jboss.portal.test.wsrp.v1.consumer.MarkupTestCase
All Implemented Interfaces:
junit.framework.Test

public class MarkupTestCase
extends V1ConsumerBaseTest

Since:
2.4 (May 4, 2006)

Field Summary
 
Fields inherited from class org.jboss.portal.test.wsrp.WSRPConsumerBaseTest
consumer, producer, producerProxy
 
Fields inherited from class org.jboss.portal.test.wsrp.WSRPBaseTest
deployer, initialized, nodeId, nodeManager, runtimeContext
 
Constructor Summary
MarkupTestCase()
           
 
Method Summary
 void testAction()
           
 void testInitCookie()
           
 void testRender()
           
 void testSessionHandling()
           
 
Methods inherited from class org.jboss.portal.test.wsrp.v1.consumer.V1ConsumerBaseTest
checkPortlet, tearDown
 
Methods inherited from class org.jboss.portal.test.wsrp.WSRPConsumerBaseTest
getConsumer, getProducer, getProducerProxy, setConsumer, setProducer, setProducerProxy, testProducerId
 
Methods inherited from class org.jboss.portal.test.wsrp.WSRPBaseTest
assertEquals, assertString1ContainsString2, deploy, getDeployer, getNodeManager, log, setDeployer, setNodeManager, undeploy
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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

testRender

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

testAction

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

testSessionHandling

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

testInitCookie

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