org.logicalcobwebs.proxool
Class ProxyStatementTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.logicalcobwebs.proxool.AbstractProxoolTest
              extended byorg.logicalcobwebs.proxool.ProxyStatementTest
All Implemented Interfaces:
junit.framework.Test

public class ProxyStatementTest
extends AbstractProxoolTest

Test whether ProxyStatement works

Since:
Proxool 0.8
Version:
$Revision: 1.8 $, $Date: 2003/12/09 18:52:19 $
Author:
bill, $Author: billhorsman $ (current maintainer)

Field Summary
private static Log LOG
           
 
Fields inherited from class org.logicalcobwebs.proxool.AbstractProxoolTest
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
ProxyStatementTest(java.lang.String alias)
           
 
Method Summary
 void testDelegateConnection()
          That we can get the delegate driver's Connection from the one given by Proxool
 void testDelegateStatement()
          That we can get the delegate driver's Statement from the one given by Proxool
 
Methods inherited from class org.logicalcobwebs.proxool.AbstractProxoolTest
setUp, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOG

private static final Log LOG
Constructor Detail

ProxyStatementTest

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

testDelegateStatement

public void testDelegateStatement()
                           throws java.lang.Exception
That we can get the delegate driver's Statement from the one given by Proxool

Throws:
java.lang.Exception

testDelegateConnection

public void testDelegateConnection()
                            throws java.lang.Exception
That we can get the delegate driver's Connection from the one given by Proxool

Throws:
java.lang.Exception