org.logicalcobwebs.proxool
Class ManyPoolsTest

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

public class ManyPoolsTest
extends AbstractProxoolTest

Test whether Proxool is happy to run lots of pools. Is it scalable?

Since:
Proxool 0.8
Version:
$Revision: 1.3 $, $Date: 2004/07/13 20:36:57 $
Author:
bill, $Author: billhorsman $ (current maintainer)

Field Summary
private static Log LOG
           
 
Constructor Summary
ManyPoolsTest(java.lang.String alias)
           
 
Method Summary
 void testManyPools()
           
 
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

ManyPoolsTest

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

testManyPools

public void testManyPools()
                   throws ProxoolException
Throws:
ProxoolException