org.logicalcobwebs.proxool
Class InjectableInterfaceTest
java.lang.Object
   TestCase
TestCase
       org.logicalcobwebs.proxool.AbstractProxoolTest
org.logicalcobwebs.proxool.AbstractProxoolTest
           org.logicalcobwebs.proxool.InjectableInterfaceTest
org.logicalcobwebs.proxool.InjectableInterfaceTest
- public class InjectableInterfaceTest 
- extends AbstractProxoolTest
Tests whether we can inject a new interface into one of the proxy objects
- Since:
- Proxool 0.9
- Version:
- $Revision: 1.2 $, $Date: 2004/06/17 21:36:39 $
- Author:
- Bill Horsman, $Author: billhorsman $ (current maintainer)
| Field Summary | 
| private static Log | LOG
 | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LOG
private static final Log LOG
InjectableInterfaceTest
public InjectableInterfaceTest(java.lang.String alias)
- See Also:
- AbstractProxoolTest
testInjectableConnectionInterface
public void testInjectableConnectionInterface()
                                       throws java.lang.Exception
- Get a connection and cast it into the appropriate interface
 
- 
- Throws:
- java.lang.Exception
 
testInjectableStatementInterface
public void testInjectableStatementInterface()
                                      throws java.lang.Exception
- Get a statement and cast it into the appropriate interface
 
- 
- Throws:
- java.lang.Exception
 
testInjectablePreparedStatementInterface
public void testInjectablePreparedStatementInterface()
                                              throws java.lang.Exception
- Get a statement and cast it into the appropriate interface
 
- 
- Throws:
- java.lang.Exception
 
testInjectableCallableStatementInterface
public void testInjectableCallableStatementInterface()
                                              throws java.lang.Exception
- Get a statement and cast it into the appropriate interface
 
- 
- Throws:
- java.lang.Exception