java.lang.Object
junit.framework.TestSuite
cvebrowser.test.RunAllDownloadTests
- All Implemented Interfaces:
- junit.framework.Test
- public class RunAllDownloadTests
- extends junit.framework.TestSuite
RunAllDownloadTests - Run all the tests related to the download 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 |
RunAllDownloadTests
public RunAllDownloadTests()
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 (and the order). If you need a new tests, add them here.