java.lang.Object
junit.framework.TestSuite
cvebrowser.test.RunAllDictionaryTests
- All Implemented Interfaces:
- junit.framework.Test
- public class RunAllDictionaryTests
- extends junit.framework.TestSuite
RunAllDictionaryTests - Run all the tests related to the database process. Control class.
- Since:
- 0.1
- Version:
- 0.1 - 03/17/2003
| Fields inherited from class junit.framework.TestSuite |
|
| Methods inherited from class junit.framework.TestSuite |
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString |
RunAllDictionaryTests
public RunAllDictionaryTests()
main
public static void main(java.lang.String[] args)
- Test entry point. Run all the tests from here. This method expects than the following system property is defined:
'cvebrowser.test.config.basedir' pointing to the test base configuration directory.
suite
public static junit.framework.Test suite()
- Defines all the tests to be run. If you need a new tests, add them here.