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.
Fields inherited from class junit.framework.TestCase |
|
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.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 |
cat
private static final Category cat
ExceptionTest
public ExceptionTest(String name)
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
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.