org.logicalcobwebs.proxool
Class FatalSqlExceptionTest

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

public class FatalSqlExceptionTest
extends AbstractProxoolTest

Test whether ProxyStatement works

Since:
Proxool 0.8
Version:
$Revision: 1.5 $, $Date: 2003/11/04 23:58:48 $
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
FatalSqlExceptionTest(java.lang.String alias)
           
 
Method Summary
 void testFatalSqlException()
           
 void testFatalSqlExceptionWrapperInvalid()
           
 void testFatalSqlExceptionWrapperNotFound()
           
 void testWrappedFatalRuntimeException()
           
 void testWrappedFatalSqlException()
           
 
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

FatalSqlExceptionTest

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

testFatalSqlException

public void testFatalSqlException()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testWrappedFatalSqlException

public void testWrappedFatalSqlException()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testWrappedFatalRuntimeException

public void testWrappedFatalRuntimeException()
                                      throws java.lang.Exception
Throws:
java.lang.Exception

testFatalSqlExceptionWrapperNotFound

public void testFatalSqlExceptionWrapperNotFound()
                                          throws java.lang.Exception
Throws:
java.lang.Exception

testFatalSqlExceptionWrapperInvalid

public void testFatalSqlExceptionWrapperInvalid()
                                         throws java.lang.Exception
Throws:
java.lang.Exception