org.dbunit.ext.mysql
Class MySqlDataTypeFactoryTest

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.mysql.MySqlDataTypeFactoryTest
All Implemented Interfaces:
junit.framework.Test

public class MySqlDataTypeFactoryTest
extends AbstractDataTypeFactoryTest

Since:
Sep 3, 2003
Version:
$Revision: 861 $
Author:
Manuel Laflamme

Constructor Summary
MySqlDataTypeFactoryTest(String s)
           
 
Method Summary
 IDataTypeFactory createFactory()
           
 void testCreateBooleanDataType()
           
 void testCreateBooleanUpperCaseDataType()
           
 void testCreateIntegerUnsignedDatatype()
           
 void testCreateLongtextDataType()
           
 void testCreateLongtextUpperCaseDataType()
           
 void testCreatePointDataType()
           
 void testCreatePointUpperCaseDataType()
           
 void testCreateTinyintUnsignedDatatype()
           
 
Methods inherited from class org.dbunit.dataset.datatype.AbstractDataTypeFactoryTest
testCreateBlobDataType, testCreateClobDataType, testCreateDataType, testCreateDateDataType
 
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

MySqlDataTypeFactoryTest

public MySqlDataTypeFactoryTest(String s)
Method Detail

createFactory

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

testCreateLongtextDataType

public void testCreateLongtextDataType()
                                throws Exception
Throws:
Exception

testCreateLongtextUpperCaseDataType

public void testCreateLongtextUpperCaseDataType()
                                         throws Exception
Throws:
Exception

testCreateBooleanDataType

public void testCreateBooleanDataType()
                               throws Exception
Throws:
Exception

testCreateBooleanUpperCaseDataType

public void testCreateBooleanUpperCaseDataType()
                                        throws Exception
Throws:
Exception

testCreatePointDataType

public void testCreatePointDataType()
                             throws Exception
Throws:
Exception

testCreatePointUpperCaseDataType

public void testCreatePointUpperCaseDataType()
                                      throws Exception
Throws:
Exception

testCreateTinyintUnsignedDatatype

public void testCreateTinyintUnsignedDatatype()
                                       throws Exception
Throws:
Exception

testCreateIntegerUnsignedDatatype

public void testCreateIntegerUnsignedDatatype()
                                       throws Exception
Throws:
Exception


Copyright © 2002-2012. All Rights Reserved.