org.dbunit.assertion
Class DbUnitAssertTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
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
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 |
FILE_PATH
public static final String FILE_PATH
- See Also:
- Constant Field Values
DbUnitAssertTest
public DbUnitAssertTest(String s)
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.