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

TestFolderGet - JBOSS Portal 2.6 API 英文版文档


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

java.lang.Object
  extended byTestCase
      extended byorg.jboss.portal.test.cms.AbstractCMSTestCase
          extended byorg.jboss.portal.test.cms.commands.AbstractCommandTestCase
              extended byorg.jboss.portal.test.cms.commands.TestFolderGet

public class TestFolderGet
extends AbstractCommandTestCase

Author:
Roy Russo, Thomas Heute, Sohil Shah
See Also:
Serialized Form

Field Summary
(package private)  java.lang.String sCopyToFolderPath
          A test folder path for copied folder trees *
(package private)  java.lang.String sFolderPath
          A test folder path *
 
Fields inherited from class org.jboss.portal.test.cms.commands.AbstractCommandTestCase
service
 
Fields inherited from class org.jboss.portal.test.cms.AbstractCMSTestCase
 
Constructor Summary
TestFolderGet(java.util.Map parametrization)
           
 
Method Summary
 void createFolder()
           
static TestSuite suite()
           
 void testFolderGet()
           
 
Methods inherited from class org.jboss.portal.test.cms.commands.AbstractCommandTestCase
setUp, 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

sFolderPath

java.lang.String sFolderPath
A test folder path *


sCopyToFolderPath

java.lang.String sCopyToFolderPath
A test folder path for copied folder trees *

Constructor Detail

TestFolderGet

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

suite

public static TestSuite suite()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testFolderGet

public void testFolderGet()
                   throws CMSException
Throws:
CMSException

createFolder

public void createFolder()
                  throws CMSException
Throws:
CMSException