org.logicalcobwebs.proxool
Class RegistrationTest

java.lang.Object
  extended by TestCase
      extended by org.logicalcobwebs.proxool.AbstractProxoolTest
          extended by org.logicalcobwebs.proxool.RegistrationTest

public class RegistrationTest
extends AbstractProxoolTest

Test whether we can register and remove a pool in various ways

Since:
Proxool 0.8
Version:
$Revision: 1.6 $, $Date: 2003/03/04 10:58:44 $
Author:
bill, $Author: billhorsman $ (current maintainer)

Field Summary
private static Log LOG
           
 
Constructor Summary
RegistrationTest(java.lang.String alias)
           
 
Method Summary
 void testMultiple()
          Can we have multiple pools?
 void testRegister()
          Test whether we can implicitly register a pool by
 void testRemove()
          Can we register, remove and then re-register the same pool?
 
Methods inherited from class org.logicalcobwebs.proxool.AbstractProxoolTest
setUp, tearDown
 
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
Constructor Detail

RegistrationTest

public RegistrationTest(java.lang.String alias)
Method Detail

testRegister

public void testRegister()
                  throws java.lang.Exception
Test whether we can implicitly register a pool by

Throws:
java.lang.Exception

testRemove

public void testRemove()
                throws java.lang.Exception
Can we register, remove and then re-register the same pool?

Throws:
java.lang.Exception

testMultiple

public void testMultiple()
                  throws java.lang.Exception,
                         java.lang.ClassNotFoundException
Can we have multiple pools?

Throws:
java.lang.Exception
java.lang.ClassNotFoundException