org.dbunit.ext.oracle
Class OracleDataTypeFactoryTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.dbunit.dataset.datatype.AbstractDataTypeFactoryTest
              extended by org.dbunit.ext.oracle.OracleDataTypeFactoryTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
Oracle10DataTypeFactoryTest

public class OracleDataTypeFactoryTest
extends AbstractDataTypeFactoryTest

Since:
Aug 13, 2003
Version:
$Revision: 577 $
Author:
Manuel Laflamme

Constructor Summary
OracleDataTypeFactoryTest(String s)
           
 
Method Summary
 IDataTypeFactory createFactory()
           
 void testCreateBlobDataType()
           
 void testCreateClobDataType()
           
 void testCreateDateDataType()
           
 void testCreateFloatDataType()
           
 void testCreateLongRawDataType()
           
 void testCreateNChar2DataType()
           
 void testCreateNClobDataType()
           
 void testCreateNVarChar2DataType()
           
 void testCreateTimestampDataType()
           
 
Methods inherited from class org.dbunit.dataset.datatype.AbstractDataTypeFactoryTest
testCreateDataType
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OracleDataTypeFactoryTest

public OracleDataTypeFactoryTest(String s)
Method Detail

createFactory

public IDataTypeFactory createFactory()
                               throws Exception
Overrides:
createFactory in class AbstractDataTypeFactoryTest
Throws:
Exception

testCreateBlobDataType

public void testCreateBlobDataType()
                            throws Exception
Overrides:
testCreateBlobDataType in class AbstractDataTypeFactoryTest
Throws:
Exception

testCreateClobDataType

public void testCreateClobDataType()
                            throws Exception
Overrides:
testCreateClobDataType in class AbstractDataTypeFactoryTest
Throws:
Exception

testCreateNClobDataType

public void testCreateNClobDataType()
                             throws Exception
Throws:
Exception

testCreateLongRawDataType

public void testCreateLongRawDataType()
                               throws Exception
Throws:
Exception

testCreateTimestampDataType

public void testCreateTimestampDataType()
                                 throws Exception
Throws:
Exception

testCreateDateDataType

public void testCreateDateDataType()
                            throws Exception
Overrides:
testCreateDateDataType in class AbstractDataTypeFactoryTest
Throws:
Exception

testCreateNChar2DataType

public void testCreateNChar2DataType()
                              throws Exception
Throws:
Exception

testCreateNVarChar2DataType

public void testCreateNVarChar2DataType()
                                 throws Exception
Throws:
Exception

testCreateFloatDataType

public void testCreateFloatDataType()
                             throws Exception
Throws:
Exception


Copyright © 2002-2012. All Rights Reserved.