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

TestRepositoryBootStrap - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.test.cms
Class TestRepositoryBootStrap

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.jboss.portal.test.cms.TestRepositoryBootStrap
All Implemented Interfaces:
junit.framework.Test

public class TestRepositoryBootStrap
extends junit.framework.TestCase

Tests JCRCMS Service


Constructor Summary
TestRepositoryBootStrap(java.lang.String stub)
           
 
Method Summary
protected  void setUp()
           
static junit.framework.Test suite()
           
 void tearDown()
           
 void testService()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestRepositoryBootStrap

public TestRepositoryBootStrap(java.lang.String stub)
Method Detail

testService

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

setUp

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

tearDown

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

suite

public static junit.framework.Test suite()