org.logicalcobwebs.proxool
Class GlobalTest
java.lang.Object
org.logicalcobwebs.proxool.GlobalTest
- public class GlobalTest
- extends java.lang.Object
Provides a suite of all tests. And some utility methods for setting
up the logging.
- Since:
- Proxool 0.5
- Version:
- $Revision: 1.18 $, $Date: 2003/10/26 16:23:20 $
- Author:
- bill, $Author: billhorsman $ (current maintainer)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final Log LOG
initialised
private static boolean initialised
GlobalTest
public GlobalTest()
globalSetup
public static void globalSetup()
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
globalTeardown
public static void globalTeardown(java.lang.String alias)
suite
public static junit.framework.Test suite()
- Run all tests
- Returns:
- a composite test of all Proxool tests.