gate
Class TestGate

java.lang.Object
  extended by 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).


Constructor Summary
TestGate()
           
 
Method Summary
static junit.framework.Test suite()
          GATE test suite.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestGate

public TestGate()
Method Detail

suite

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

Throws:
Exception