org.sourceforge.jxutil.dbtest
Class RunAllTests
java.lang.Object
|
+--org.sourceforge.jxutil.dbtest.RunAllTests
- public class RunAllTests
- extends Object
Provides a static suite() method which loads all tests.
- Author:
- Peter Brant, Keve Müller
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cat
private static final Category cat
RunAllTests
public RunAllTests()
reloadTestResources
private static void reloadTestResources()
setConnection
private static void setConnection(TestSuite suite,
Connection conn)
suite
public static Test suite()
throws Exception
- Return a TestSuite populated with the tests (which are all
subclasses of DatabaseTest).
This method is called by the JUnit testui to obtain a Test instance.
Exception
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.