org.logicalcobwebs.proxool
Class RegistrationTest
java.lang.Object
TestCase
org.logicalcobwebs.proxool.AbstractProxoolTest
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
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final Log LOG
RegistrationTest
public RegistrationTest(java.lang.String alias)
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