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.
The test configuration can be specified using the env property "testConfig"
- Since:
- Proxool 0.5
- Version:
- $Revision: 1.20 $, $Date: 2004/05/26 22:30:21 $
- Author:
- bill, $Author: brenuart $ (current maintainer)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultConfig
private static final java.lang.String defaultConfig
- See Also:
- Constant Field Values
LOG
private static final Log LOG
initialised
private static boolean initialised
GlobalTest
public GlobalTest()
globalSetup
public static void globalSetup()
throws java.lang.Exception
- Throws:
java.lang.Exception
initTestConstants
private static void initTestConstants()
throws java.lang.Exception
- Throws:
java.lang.Exception
initTestConstants
private static void initTestConstants(java.lang.String resourceName)
throws java.lang.Exception
- Parameters:
resourceName
-
- Throws:
java.lang.Exception
globalTeardown
public static void globalTeardown(java.lang.String alias)
suite
public static Test suite()
- Run all tests
- Returns:
- a composite test of all Proxool tests.