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

TestRepositoryBootStrap - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.cms
Class TestRepositoryBootStrap

java.lang.Object
  extended byTestCase
      extended byorg.jboss.portal.test.cms.AbstractCMSTestCase
          extended byorg.jboss.portal.test.cms.TestRepositoryBootStrap

public class TestRepositoryBootStrap
extends AbstractCMSTestCase

Tests JCRCMS Service

Author:
Roy Russo : roy at jboss dot org
See Also:
Serialized Form

Field Summary
private  JCRCMS service
           
 
Fields inherited from class org.jboss.portal.test.cms.AbstractCMSTestCase
 
Constructor Summary
TestRepositoryBootStrap(java.util.Map parametrization)
           
 
Method Summary
 void setUp()
           
static TestSuite suite()
           
protected  void tearDown()
           
 void testService()
           
 
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

private JCRCMS service
Constructor Detail

TestRepositoryBootStrap

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

setUp

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

tearDown

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

testService

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

suite

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