org.logicalcobwebs.proxool
Class GlobalTest

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

Field Summary
private static boolean initialised
           
private static Log LOG
           
 
Constructor Summary
GlobalTest()
           
 
Method Summary
static void globalSetup()
           
static void globalTeardown(java.lang.String alias)
           
static junit.framework.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

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