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

DatabaseTestSuite - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.test.framework.junit
Class DatabaseTestSuite

java.lang.Object
  extended byjunit.framework.TestSuite
      extended byorg.jboss.portal.test.framework.junit.DatabaseTestSuite
All Implemented Interfaces:
junit.framework.Test

public class DatabaseTestSuite
extends junit.framework.TestSuite

Database test suite.


Constructor Summary
DatabaseTestSuite(DataSourceSupport.Config[] configs)
           
 
Method Summary
 void addTestCase(java.lang.Class clazz)
           
 DataSourceSupport.Config[] getConfigs()
           
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseTestSuite

public DatabaseTestSuite(DataSourceSupport.Config[] configs)
Method Detail

getConfigs

public DataSourceSupport.Config[] getConfigs()

addTestCase

public void addTestCase(java.lang.Class clazz)
                 throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException