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

RegistrationTestCase - JBOSS Portal 2.6 API 英文版文档


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

java.lang.Object
  extended byTestCase
      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.RegistrationTestCase

public class RegistrationTestCase
extends V1ProducerBaseTest

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

Nested Class Summary
 
Nested classes inherited from class org.jboss.portal.test.wsrp.WSRPBaseTest
WSRPBaseTest.DecoratedObject, WSRPBaseTest.Decorator
 
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, serviceFactory
 
Fields inherited from class org.jboss.portal.test.wsrp.WSRPBaseTest
 
Constructor Summary
RegistrationTestCase()
           
 
Method Summary
protected  void tearDown()
           
 void testDeregister()
           
 void testModifyRegistration()
           
 void testRegister()
           
 
Methods inherited from class org.jboss.portal.test.wsrp.v1.producer.V1ProducerBaseTest
assertEquals, assertEquals, checkBasicPortletDescription, checkServiceDescriptionWithOnlyBasicPortlet, createBaseRegData, getNoRegistrationServiceDescriptionRequest, initRegistrationInfo, registerConsumer, resetRegistrationInfo, setUp
 
Methods inherited from class org.jboss.portal.test.wsrp.WSRPProducerBaseTest
getProducer, getServiceFactory, setProducer, setServiceFactory
 
Methods inherited from class org.jboss.portal.test.wsrp.WSRPBaseTest
assertEquals, assertEquals, assertString1ContainsString2, deploy, log, undeploy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationTestCase

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

testDeregister

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

testModifyRegistration

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

testRegister

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

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class V1ProducerBaseTest
Throws:
java.lang.Exception