org.logicalcobwebs.proxool.configuration
Class AllTests

java.lang.Object
  extended byorg.logicalcobwebs.proxool.configuration.AllTests

public class AllTests
extends java.lang.Object

Run all tests

Since:
Proxool 0.5
Version:
$Revision: 1.7 $, $Date: 2003/03/03 11:12:06 $
Author:
Bill Horsman (bill@logicalcobwebs.co.uk), $Author: billhorsman $ (current maintainer)

Constructor Summary
AllTests()
           
 
Method Summary
static junit.framework.Test suite()
          Create a composite test of all Proxool configuration tests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllTests

public AllTests()
Method Detail

suite

public static junit.framework.Test suite()
Create a composite test of all Proxool configuration tests.

Returns:
a composite test of all Proxool configuration tests.