org.logicalcobwebs.proxool
Class AllTests

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

public class AllTests
extends java.lang.Object

Run all tests

Since:
Proxool 0.5
Version:
$Revision: 1.27 $, $Date: 2004/03/23 21:14:24 $
Author:
Bill Horsman (bill@logicalcobwebs.co.uk), $Author: billhorsman $ (current maintainer)

Constructor Summary
AllTests()
           
 
Method Summary
static Test suite()
          Run all 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()
Run all tests

Returns:
a composite test of all Proxool tests.