jxUtil 0.6

org.sourceforge.jxutil.dbtest.universal
Class TypeTest

java.lang.Object
  |
  +--junit.framework.TestSuite
        |
        +--org.sourceforge.jxutil.dbtest.universal.TypeTest
All Implemented Interfaces:
Test
Direct Known Subclasses:
BlobTypeTest, DateTypeTest, LongVarBinaryTypeTest, LongVarCharTypeTest, TimestampTypeTest, TimeTypeTest

public abstract class TypeTest
extends TestSuite


Nested Class Summary
static class TypeTest.AbstractTypeDecorator
           
static class TypeTest.DBTypeTest
           
static class TypeTest.DefaultTypeDataGenerator
           
static class TypeTest.DefaultTypeDecorator
          Decorates a the given data generator with a setter/getter Method.
static class TypeTest.PreparedTest
           
static class TypeTest.StatementTest
           
static class TypeTest.TestValue
          A model for wrapping a setXXX/getXXY call pair.
static class TypeTest.TypeDataGenerator
          Generate data of a given JDBC type.
static class TypeTest.TypeDecorator
          Decorate the data with setter and getter function references.
 
Field Summary
private static Category cat
           
 
Fields inherited from class junit.framework.TestSuite
 
Constructor Summary
TypeTest()
           
 
Method Summary
protected abstract  TypeTest.TypeDecorator[] getData()
           
protected abstract  String getTableName()
           
protected abstract  int getType()
           
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, getName, run, runTest, setName, testAt, testCount, tests, toString
 
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

TypeTest

public TypeTest()
Method Detail

getData

protected abstract TypeTest.TypeDecorator[] getData()

getTableName

protected abstract String getTableName()

getType

protected abstract int getType()

jxUtil 0.6

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