gate
Class TestGate

java.lang.Object
  |
  +--gate.TestGate

public class TestGate
extends Object

Top-level entry point for GATE test suite; "main" will run the JUnit test runner interface.

Many tests require access to files; generally these files are located on Web servers. In cases where there is no net connection, or the Web servers are down, the test files are searched for in the file system or Jar code base that the system has been loaded from. The search order for test files is like this:

This search order can be modified by parameters to the main function (see below).


Field Summary
private static boolean DEBUG
          Debug flag
 
Constructor Summary
TestGate()
           
 
Method Summary
static void main(String[] args)
          Main routine for the GATE test suite.
static junit.framework.Test suite()
          GATE test suite.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

DEBUG

private static final boolean DEBUG
Debug flag
Constructor Detail

TestGate

public TestGate()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Main routine for the GATE test suite. Command-line arguments:

suite

public static junit.framework.Test suite()
                                  throws Exception
GATE test suite. Every test case class has to be registered here.