|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.dbunit.dataset.datatype.AbstractDataTypeFactoryTest
org.dbunit.ext.oracle.OracleDataTypeFactoryTest
public class OracleDataTypeFactoryTest
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 |
---|
public OracleDataTypeFactoryTest(String s)
Method Detail |
---|
public IDataTypeFactory createFactory() throws Exception
createFactory
in class AbstractDataTypeFactoryTest
Exception
public void testCreateBlobDataType() throws Exception
testCreateBlobDataType
in class AbstractDataTypeFactoryTest
Exception
public void testCreateClobDataType() throws Exception
testCreateClobDataType
in class AbstractDataTypeFactoryTest
Exception
public void testCreateNClobDataType() throws Exception
Exception
public void testCreateLongRawDataType() throws Exception
Exception
public void testCreateTimestampDataType() throws Exception
Exception
public void testCreateDateDataType() throws Exception
testCreateDateDataType
in class AbstractDataTypeFactoryTest
Exception
public void testCreateNChar2DataType() throws Exception
Exception
public void testCreateNVarChar2DataType() throws Exception
Exception
public void testCreateFloatDataType() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |