jxUtil 0.6

org.sourceforge.jxutil.dbtest.universal
Class CachedRowSetTest

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

public class CachedRowSetTest
extends ResultSetTest


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.universal.ResultSetTest
ROWS, SELECT_ALL, SELECT_EMPTY, SELECT_HALF, TABLE_NAME
 
Fields inherited from class org.sourceforge.jxutil.dbtest.DatabaseTest
conn, dbMeta
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
CachedRowSetTest(String name)
           
 
Method Summary
private  void fillConnParam(RowSet rowset)
           
 void testDelete()
           
 void testExecute()
           
 void testInsert()
           
 void testPopulate()
           
 void testUpdate()
           
 
Methods inherited from class org.sourceforge.jxutil.dbtest.universal.ResultSetTest
setUpDB, tearDownDB, testData, testDataPlusTwo, testEmpty, testHalfData, testPrepared, testSeek, testStatement
 
Methods inherited from class org.sourceforge.jxutil.dbtest.DatabaseTest
checkDataCols, checkDataRows, createTable, dropTable, dropTable, getColumnString, getType, isDBMS, isDriver, loadData, setConnection, 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

cat

private static Category cat
Constructor Detail

CachedRowSetTest

public CachedRowSetTest(String name)
Method Detail

fillConnParam

private void fillConnParam(RowSet rowset)
                    throws SQLException
SQLException

testDelete

public void testDelete()
                throws SQLException
SQLException

testExecute

public void testExecute()
                 throws SQLException
SQLException

testInsert

public void testInsert()
                throws SQLException
SQLException

testPopulate

public void testPopulate()
                  throws SQLException
SQLException

testUpdate

public void testUpdate()
                throws SQLException
SQLException

jxUtil 0.6

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