Uses of Class
org.dbunit.assertion.DbUnitAssert.ComparisonColumn
Packages that use DbUnitAssert.ComparisonColumn
-
Uses of DbUnitAssert.ComparisonColumn in org.dbunit.assertion
Methods in org.dbunit.assertion that return DbUnitAssert.ComparisonColumnModifier and TypeMethodDescriptionprotected DbUnitAssert.ComparisonColumn[]DbUnitAssertBase.getComparisonColumns(String expectedTableName, Column[] expectedColumns, Column[] actualColumns, FailureHandler failureHandler) Builds the comparison columns to use for the assertion, pairing each expected column with its actual counterpart and resolving the correct datatype.Methods in org.dbunit.assertion with parameters of type DbUnitAssert.ComparisonColumnModifier and TypeMethodDescriptionprotected voidDbUnitAssertBase.compareData(ITable expectedTable, ITable actualTable, DbUnitAssert.ComparisonColumn[] comparisonCols, FailureHandler failureHandler) Compares the data of the two given tables using the default value comparers.protected voidDbUnitAssertBase.compareData(ITable expectedTable, ITable actualTable, DbUnitAssert.ComparisonColumn[] comparisonCols, FailureHandler failureHandler, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Compares the data of the two given tables using the given value comparers.protected voidDbUnitAssertBase.compareData(ITable expectedTable, ITable actualTable, DbUnitAssert.ComparisonColumn[] comparisonCols, FailureHandler failureHandler, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers, int rowNum, int columnNum) Compares a single expected and actual cell value at the given row and column, failing via the given failure handler on mismatch.