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

AbstractCMSTestCase - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.cms
Class AbstractCMSTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.portal.test.cms.AbstractCMSTestCase
Direct Known Subclasses:
AbstractCommandTestCase, JackrabbitTestCase, TestRepositoryBootStrap, TestRepositoryUtil

public abstract class AbstractCMSTestCase
extends TestCase

Version:
$Revision: 5493 $
Author:
Julien Viet, Thomas Heute
See Also:
Serialized Form

Field Summary
private  DataSourceSupport.Config dsCfg
          .
private  TestRuntimeContext runtimeContext
          .
 
Constructor Summary
AbstractCMSTestCase(java.util.Map parametrization)
           
 
Method Summary
static TestSuite createTestSuite(java.lang.Class clazz)
           
 void setUp()
           
protected  void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dsCfg

private DataSourceSupport.Config dsCfg
.


runtimeContext

private TestRuntimeContext runtimeContext
.

Constructor Detail

AbstractCMSTestCase

public AbstractCMSTestCase(java.util.Map parametrization)
Method Detail

setUp

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

tearDown

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

createTestSuite

public static TestSuite createTestSuite(java.lang.Class clazz)
                                 throws java.lang.Exception
Throws:
java.lang.Exception