org.logicalcobwebs.proxool
Class GlobalTest

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

Field Summary
private static java.lang.String defaultConfig
           
private static boolean initialised
           
private static Log LOG
           
 
Constructor Summary
GlobalTest()
           
 
Method Summary
static void globalSetup()
           
static void globalTeardown(java.lang.String alias)
           
private static void initTestConstants()
           
private static void initTestConstants(java.lang.String resourceName)
           
static Test suite()
          Run all tests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultConfig

private static final java.lang.String defaultConfig
See Also:
Constant Field Values

LOG

private static final Log LOG

initialised

private static boolean initialised
Constructor Detail

GlobalTest

public GlobalTest()
Method Detail

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.