|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensubsystems.GenericDatabaseTests
public class GenericDatabaseTests
This class collects all generic database tests, which are then executed for a specific database.
| Constructor Summary | |
|---|---|
protected |
GenericDatabaseTests()
Private constructor since this class cannot be instantiated |
| Method Summary | |
|---|---|
protected static void |
addGenericTests(junit.framework.TestSuite suite)
Add all tests which should be executed for some specific database |
protected static void |
addGenericTestsFromTestSuite(junit.framework.TestSuite suiteToAddTo,
java.lang.String strSuiteClassToAddFrom)
Add tests from a suite specified by a class name to a specified suite. |
static junit.framework.Test |
suite()
Create suite of all tests which should be run for this database. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected GenericDatabaseTests()
| Method Detail |
|---|
public static junit.framework.Test suite()
protected static void addGenericTests(junit.framework.TestSuite suite)
suite - - suite to add tests to
protected static void addGenericTestsFromTestSuite(junit.framework.TestSuite suiteToAddTo,
java.lang.String strSuiteClassToAddFrom)
suiteToAddTo - - suite to add tests tostrSuiteClassToAddFrom - - class for a suite to add tests from
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||