org.logicalcobwebs.proxool.admin.jmx
Class AllTests

java.lang.Object
  extended byorg.logicalcobwebs.proxool.admin.jmx.AllTests

public class AllTests
extends java.lang.Object

Run all tests in the jmx package.

Since:
Proxool 0.8
Version:
$Revision: 1.5 $, $Date: 2003/10/20 07:40:44 $
Author:
Christian Nedregaard (christian_nedregaard@email.com), $Author: chr32 $ (current maintainer)

Constructor Summary
AllTests()
           
 
Method Summary
static junit.framework.Test suite()
          Create a composite test of all the tests in the jmx package.
 
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 the tests in the jmx package.

Returns:
test suite