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

AbstractCommandTestCase - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.cms.commands
Class AbstractCommandTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.portal.test.cms.AbstractCMSTestCase
          extended byorg.jboss.portal.test.cms.commands.AbstractCommandTestCase
Direct Known Subclasses:
TestFileArchiveUpload, TestFileCopy, TestFileCreate, TestFileCreateFailed, TestFileDelete, TestFileGet, TestFileGetList, TestFileGetVersion, TestFileUpdate, TestFolderCopy, TestFolderCreate, TestFolderDelete, TestFolderGet, TestFolderUpdate

public class AbstractCommandTestCase
extends AbstractCMSTestCase

See Also:
Serialized Form

Field Summary
protected  JCRCMS service
           
 
Fields inherited from class org.jboss.portal.test.cms.AbstractCMSTestCase
 
Constructor Summary
AbstractCommandTestCase(java.util.Map parametrization)
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 
Methods inherited from class org.jboss.portal.test.cms.AbstractCMSTestCase
createTestSuite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

service

protected JCRCMS service
Constructor Detail

AbstractCommandTestCase

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

setUp

public void setUp()
           throws java.lang.Exception
Overrides:
setUp in class AbstractCMSTestCase
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Overrides:
tearDown in class AbstractCMSTestCase
Throws:
java.lang.Exception