org.logicalcobwebs.proxool
Class ConnectionInfoTest

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

public class ConnectionInfoTest
extends AbstractProxoolTest

Tests ProxoolFacade.getConnectionInfos(java.lang.String)

Since:
Proxool 0.8
Version:
$Revision: 1.7 $, $Date: 2003/04/28 20:02:43 $
Author:
bill, $Author: billhorsman $ (current maintainer)

Field Summary
private static Log LOG
           
 
Constructor Summary
ConnectionInfoTest(java.lang.String alias)
           
 
Method Summary
private  int getCount(ConnectionInfoIF[] connectionInfos, int status)
           
 void testConnectionInfo()
          If we ask for more simultaneous connections then we have allowed we should gracefully refuse them.
 
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

ConnectionInfoTest

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

testConnectionInfo

public void testConnectionInfo()
                        throws java.lang.Exception
If we ask for more simultaneous connections then we have allowed we should gracefully refuse them.

Throws:
java.lang.Exception

getCount

private int getCount(ConnectionInfoIF[] connectionInfos,
                     int status)