Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cvebrowser.test
Class RunAllDownloadTests  view RunAllDownloadTests download RunAllDownloadTests.java

java.lang.Object
  extended byjunit.framework.TestSuite
      extended bycvebrowser.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

Field Summary
 
Fields inherited from class junit.framework.TestSuite
 
Constructor Summary
RunAllDownloadTests()
           
 
Method Summary
static void main(java.lang.String[] args)
          Test entry point.
static junit.framework.Test suite()
          Defines all the tests to be run (and the order).
 
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

RunAllDownloadTests

public RunAllDownloadTests()
Method Detail

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.