|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgate.TestGate
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:
Field Summary | |
private static boolean |
DEBUG
Debug flag |
private static String |
defOracleDriver
|
private static String |
defPSQLDriver
|
static String |
oracleDriver
|
static String |
psqlDriver
|
private static String |
saiOracleDriver
|
private static String |
saiPSQLDriver
|
private static int |
STATUS_ERROR
Status flag for error exit. |
private static int |
STATUS_NORMAL
Status flag for normal exit. |
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 |
private static final boolean DEBUG
private static final int STATUS_NORMAL
private static final int STATUS_ERROR
private static final String defOracleDriver
private static final String saiOracleDriver
private static final String defPSQLDriver
private static final String saiPSQLDriver
public static String oracleDriver
public static String psqlDriver
Constructor Detail |
public TestGate()
Method Detail |
public static void main(String[] args) throws Exception
Exception
public static junit.framework.Test suite() throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |