org.logicalcobwebs.proxool
Class DelegateConnectionTest

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

public class DelegateConnectionTest
extends AbstractProxoolTest

Tests whether we have access to the delegate connection

Since:
Proxool 0.9
Version:
$Revision: 1.1 $, $Date: 2004/03/23 21:14:24 $
Author:
Bill Horsman, $Author: billhorsman $ (current maintainer)

Constructor Summary
DelegateConnectionTest(java.lang.String alias)
           
 
Method Summary
 void testDelegateConnection()
          Get a connection and cast it into the appropriate interface
 
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
 

Constructor Detail

DelegateConnectionTest

public DelegateConnectionTest(java.lang.String alias)
See Also:
AbstractProxoolTest
Method Detail

testDelegateConnection

public void testDelegateConnection()
                            throws java.lang.Exception
Get a connection and cast it into the appropriate interface

Throws:
java.lang.Exception