jxUtil 0.6

org.sourceforge.jxutil.dbtest.universal
Class ExceptionTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.sourceforge.jxutil.dbtest.DatabaseTest
                    |
                    +--org.sourceforge.jxutil.dbtest.universal.ExceptionTest
All Implemented Interfaces:
Test

public final class ExceptionTest
extends DatabaseTest

Test exception processing.


Nested Class Summary
 
Nested classes inherited from class org.sourceforge.jxutil.dbtest.DatabaseTest
DatabaseTest.ColumnDef, DatabaseTest.TableDef
 
Field Summary
private static Category cat
           
 
Fields inherited from class org.sourceforge.jxutil.dbtest.DatabaseTest
conn, dbMeta
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
ExceptionTest(String name)
           
 
Method Summary
 void testInvCall()
          Test invalid Escape Syntax
 void testNoSuchFunction()
          Test not available function.
 void testNotBound()
          Test not bound variable.
 void testUnsupported()
          Test unsupported...
 
Methods inherited from class org.sourceforge.jxutil.dbtest.DatabaseTest
checkDataCols, checkDataRows, createTable, dropTable, dropTable, getColumnString, getType, isDBMS, isDriver, loadData, setConnection, setUp, setUpDB, tearDown, tearDownDB
 
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

cat

private static final Category cat
Constructor Detail

ExceptionTest

public ExceptionTest(String name)
Method Detail

testInvCall

public void testInvCall()
                 throws SQLException
Test invalid Escape Syntax

SQLException

testNoSuchFunction

public void testNoSuchFunction()
                        throws SQLException
Test not available function.

SQLException

testNotBound

public void testNotBound()
                  throws SQLException
Test not bound variable.

SQLException

testUnsupported

public void testUnsupported()
                     throws SQLException
Test unsupported...

SQLException

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.