org.dbunit.assertion
Class DbUnitAssertTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.dbunit.assertion.DbUnitAssertTest
All Implemented Interfaces:
junit.framework.Test

public class DbUnitAssertTest
extends junit.framework.TestCase

Since:
Mar 22, 2002
Version:
$Revision: 874 $
Author:
Manuel Laflamme

Nested Class Summary
protected static class DbUnitAssertTest.ModifyingTable
          Test utility that modifies all values for a specific column arbitrarily
 
Field Summary
static String FILE_PATH
           
 
Constructor Summary
DbUnitAssertTest(String s)
           
 
Method Summary
 void testAssertDataSetsAndTableCountNotEquals()
           
 void testAssertDataSetsAndTableNamesNotEquals()
           
 void testAssertDataSetsAndTablesNotEquals()
           
 void testAssertDataSetsEquals()
           
 void testAssertDataSetsEqualsTableNamesCaseInsensitive()
           
 void testAssertTablesAndColumnCountNotEquals()
           
 void testAssertTablesAndColumnNamesNotEquals()
           
 void testAssertTablesAndColumnSequenceNotEquals()
           
 void testAssertTablesAndNamesNotEquals()
           
 void testAssertTablesAndRowCountNotEquals()
           
 void testAssertTablesAndValuesNotEquals_AdditionalColumnInfo()
           
 void testAssertTablesAndValuesNotEquals()
           
 void testAssertTablesByQueryWithColFilterAndValuesNotEqualExcluded()
           
 void testAssertTablesByQueryWithColFilterAndValuesNotEqualNotExcluded()
           
 void testAssertTablesEmtpyEquals()
           
 void testAssertTablesEquals()
           
 void testAssertTablesEqualsAndCompatibleDataType()
           
 void testAssertTablesEqualsAndIncompatibleDataType()
           
 void testAssertTablesEqualsColumnNamesCaseInsensitive()
           
 void testAssertTablesWithColFilterAndValuesNotEqualExcluded()
           
 void testAssertTablesWithColFilterAndValuesNotEqualNotExcluded()
           
 void testGetComparisonDataType_ActualTypeUnknown()
           
 void testGetComparisonDataType_BothTypesSetIncompatible()
           
 void testGetComparisonDataType_BothTypesSetToSame()
           
 void testGetComparisonDataType_BothTypesUnknown()
           
 void testGetComparisonDataType_ExpectedTypeUnknown()
           
 
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
 

Field Detail

FILE_PATH

public static final String FILE_PATH
See Also:
Constant Field Values
Constructor Detail

DbUnitAssertTest

public DbUnitAssertTest(String s)
Method Detail

testAssertTablesEquals

public void testAssertTablesEquals()
                            throws Exception
Throws:
Exception

testAssertTablesEmtpyEquals

public void testAssertTablesEmtpyEquals()
                                 throws Exception
Throws:
Exception

testAssertTablesEqualsColumnNamesCaseInsensitive

public void testAssertTablesEqualsColumnNamesCaseInsensitive()
                                                      throws Exception
Throws:
Exception

testAssertTablesAndNamesNotEquals

public void testAssertTablesAndNamesNotEquals()
                                       throws Exception
Throws:
Exception

testAssertTablesAndColumnCountNotEquals

public void testAssertTablesAndColumnCountNotEquals()
                                             throws Exception
Throws:
Exception

testAssertTablesAndColumnSequenceNotEquals

public void testAssertTablesAndColumnSequenceNotEquals()
                                                throws Exception
Throws:
Exception

testAssertTablesAndColumnNamesNotEquals

public void testAssertTablesAndColumnNamesNotEquals()
                                             throws Exception
Throws:
Exception

testAssertTablesAndRowCountNotEquals

public void testAssertTablesAndRowCountNotEquals()
                                          throws Exception
Throws:
Exception

testAssertTablesAndValuesNotEquals

public void testAssertTablesAndValuesNotEquals()
                                        throws Exception
Throws:
Exception

testAssertTablesWithColFilterAndValuesNotEqualExcluded

public void testAssertTablesWithColFilterAndValuesNotEqualExcluded()
                                                            throws Exception
Throws:
Exception

testAssertTablesWithColFilterAndValuesNotEqualNotExcluded

public void testAssertTablesWithColFilterAndValuesNotEqualNotExcluded()
                                                               throws Exception
Throws:
Exception

testAssertTablesAndValuesNotEquals_AdditionalColumnInfo

public void testAssertTablesAndValuesNotEquals_AdditionalColumnInfo()
                                                             throws Exception
Throws:
Exception

testAssertTablesEqualsAndIncompatibleDataType

public void testAssertTablesEqualsAndIncompatibleDataType()
                                                   throws Exception
Throws:
Exception

testAssertTablesByQueryWithColFilterAndValuesNotEqualExcluded

public void testAssertTablesByQueryWithColFilterAndValuesNotEqualExcluded()
                                                                   throws Exception
Throws:
Exception

testAssertTablesByQueryWithColFilterAndValuesNotEqualNotExcluded

public void testAssertTablesByQueryWithColFilterAndValuesNotEqualNotExcluded()
                                                                      throws Exception
Throws:
Exception

testAssertTablesEqualsAndCompatibleDataType

public void testAssertTablesEqualsAndCompatibleDataType()
                                                 throws Exception
Throws:
Exception

testAssertDataSetsEquals

public void testAssertDataSetsEquals()
                              throws Exception
Throws:
Exception

testAssertDataSetsEqualsTableNamesCaseInsensitive

public void testAssertDataSetsEqualsTableNamesCaseInsensitive()
                                                       throws Exception
Throws:
Exception

testAssertDataSetsAndTableCountNotEquals

public void testAssertDataSetsAndTableCountNotEquals()
                                              throws Exception
Throws:
Exception

testAssertDataSetsAndTableNamesNotEquals

public void testAssertDataSetsAndTableNamesNotEquals()
                                              throws Exception
Throws:
Exception

testAssertDataSetsAndTablesNotEquals

public void testAssertDataSetsAndTablesNotEquals()
                                          throws Exception
Throws:
Exception

testGetComparisonDataType_ExpectedTypeUnknown

public void testGetComparisonDataType_ExpectedTypeUnknown()

testGetComparisonDataType_ActualTypeUnknown

public void testGetComparisonDataType_ActualTypeUnknown()

testGetComparisonDataType_BothTypesSetIncompatible

public void testGetComparisonDataType_BothTypesSetIncompatible()

testGetComparisonDataType_BothTypesSetToSame

public void testGetComparisonDataType_BothTypesSetToSame()

testGetComparisonDataType_BothTypesUnknown

public void testGetComparisonDataType_BothTypesUnknown()


Copyright © 2002-2012. All Rights Reserved.