GATE
Version 3.1-2270

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).


Field Summary
static String oracleDriver
           
static String psqlDriver
           
 
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, toString, wait, wait, wait
 

Field Detail

oracleDriver

public static String oracleDriver

psqlDriver

public static String psqlDriver
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:

Throws:
Exception

suite

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

Throws:
Exception

GATE
Version 3.1-2270