org.logicalcobwebs.proxool.util
Class AllTests

java.lang.Object
  extended by org.logicalcobwebs.proxool.util.AllTests

public class AllTests
extends java.lang.Object

Run all tests in the util package.

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

Constructor Summary
AllTests()
           
 
Method Summary
static Test suite()
          Create a composite test of all util package 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 Test suite()
Create a composite test of all util package tests

Returns:
test suite