jxUtil 0.6

org.sourceforge.jxutil.dbtest.universal
Class TypeTest.DBTypeTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.sourceforge.jxutil.dbtest.DatabaseTest
                    |
                    +--org.sourceforge.jxutil.dbtest.universal.TypeTest.DBTypeTest
All Implemented Interfaces:
Test
Direct Known Subclasses:
TypeTest.PreparedTest, TypeTest.StatementTest
Enclosing class:
TypeTest

public abstract static class TypeTest.DBTypeTest
extends DatabaseTest


Nested Class Summary
 
Nested classes inherited from class org.sourceforge.jxutil.dbtest.DatabaseTest
DatabaseTest.ColumnDef, DatabaseTest.TableDef
 
Field Summary
protected  TypeTest.TypeDecorator data
           
protected  String fillSQL
           
protected  String getSQL
           
protected  DatabaseTest.TableDef table
           
protected  String tableName
           
 
Fields inherited from class org.sourceforge.jxutil.dbtest.DatabaseTest
conn, dbMeta
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
TypeTest.DBTypeTest(String tableName, int dataType, TypeTest.TypeDecorator data)
           
 
Method Summary
protected  void check(ResultSet set)
           
protected  void fill()
           
protected  void setUpDB()
           
protected  void tearDownDB()
           
 
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

data

protected final TypeTest.TypeDecorator data

fillSQL

protected final String fillSQL

getSQL

protected final String getSQL

table

protected final DatabaseTest.TableDef table

tableName

protected final String tableName
Constructor Detail

TypeTest.DBTypeTest

public TypeTest.DBTypeTest(String tableName,
                           int dataType,
                           TypeTest.TypeDecorator data)
Method Detail

check

protected void check(ResultSet set)
              throws SQLException
SQLException

fill

protected void fill()
             throws SQLException
SQLException

setUpDB

protected void setUpDB()
                throws SQLException
Overrides:
setUpDB in class DatabaseTest
SQLException

tearDownDB

protected void tearDownDB()
                   throws SQLException
Overrides:
tearDownDB in class DatabaseTest
SQLException

jxUtil 0.6

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