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

Quick Search    Search Deep

cvebrowser.test
Class RunAllDictionaryTests  view RunAllDictionaryTests download RunAllDictionaryTests.java

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

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

RunAllDictionaryTests

public RunAllDictionaryTests()
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. If you need a new tests, add them here.