Uses of Interface
org.dbunit.assertion.comparer.value.ValueComparer
Packages that use ValueComparer
Package
Description
-
Uses of ValueComparer in org.dbunit
Methods in org.dbunit that return ValueComparerModifier and TypeMethodDescriptionVerifyTableDefinition.getDefaultValueComparer()Returns the default value comparer used for columns without a specific one.Methods in org.dbunit that return types with arguments of type ValueComparerModifier and TypeMethodDescriptionVerifyTableDefinition.getColumnValueComparers()Returns the per-column value comparers.Methods in org.dbunit with parameters of type ValueComparerModifier and TypeMethodDescriptionstatic voidAssertion.assertWithValueComparer(IDataSet expectedDataSet, IDataSet actualDataSet, ValueComparer defaultValueComparer, Map<String, Map<String, ValueComparer>> tableColumnValueComparers) Asserts that the two specified datasets are equal, using the given value comparers.static voidAssertion.assertWithValueComparer(IDataSet expectedDataSet, IDataSet actualDataSet, FailureHandler failureHandler, ValueComparer defaultValueComparer, Map<String, Map<String, ValueComparer>> tableColumnValueComparers) Asserts that the two specified datasets are equal, using the given value comparers.static voidAssertion.assertWithValueComparer(ITable expectedTable, ITable actualTable, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Asserts that the two specified tables are equal, using the given value comparers.static voidAssertion.assertWithValueComparer(ITable expectedTable, ITable actualTable, FailureHandler failureHandler, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Asserts that the two specified tables are equal, using the given value comparers.static voidAssertion.assertWithValueComparer(ITable expectedTable, ITable actualTable, Column[] additionalColumnInfo, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Asserts that the two specified tables are equal, using the given value comparers.protected voidDefaultPrepAndExpectedTestCase.compareData(ITable expectedTable, ITable actualTable, Column[] additionalColumnInfo, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Compare the tables, enables easy overriding.protected voidDefaultPrepAndExpectedTestCase.verifyData(ITable expectedTable, ITable actualTable, String[] excludeColumns, String[] includeColumns, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) For the specified expected and actual tables (and excluding and including the specified columns), verify the actual data is as expected.protected voidDefaultPrepAndExpectedTestCase.verifyData(ITable expectedTable, ITable actualTable, String[] excludeColumns, String[] includeColumns, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers, boolean sortOnFilteredColumnsOnly) For the specified expected and actual tables (and excluding and including the specified columns), verify the actual data is as expected.Method parameters in org.dbunit with type arguments of type ValueComparerModifier and TypeMethodDescriptionstatic voidAssertion.assertWithValueComparer(IDataSet expectedDataSet, IDataSet actualDataSet, ValueComparer defaultValueComparer, Map<String, Map<String, ValueComparer>> tableColumnValueComparers) Asserts that the two specified datasets are equal, using the given value comparers.static voidAssertion.assertWithValueComparer(IDataSet expectedDataSet, IDataSet actualDataSet, FailureHandler failureHandler, ValueComparer defaultValueComparer, Map<String, Map<String, ValueComparer>> tableColumnValueComparers) Asserts that the two specified datasets are equal, using the given value comparers.static voidAssertion.assertWithValueComparer(ITable expectedTable, ITable actualTable, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Asserts that the two specified tables are equal, using the given value comparers.static voidAssertion.assertWithValueComparer(ITable expectedTable, ITable actualTable, FailureHandler failureHandler, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Asserts that the two specified tables are equal, using the given value comparers.static voidAssertion.assertWithValueComparer(ITable expectedTable, ITable actualTable, Column[] additionalColumnInfo, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Asserts that the two specified tables are equal, using the given value comparers.protected voidDefaultPrepAndExpectedTestCase.compareData(ITable expectedTable, ITable actualTable, Column[] additionalColumnInfo, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Compare the tables, enables easy overriding.protected voidDefaultPrepAndExpectedTestCase.verifyData(ITable expectedTable, ITable actualTable, String[] excludeColumns, String[] includeColumns, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) For the specified expected and actual tables (and excluding and including the specified columns), verify the actual data is as expected.protected voidDefaultPrepAndExpectedTestCase.verifyData(ITable expectedTable, ITable actualTable, String[] excludeColumns, String[] includeColumns, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers, boolean sortOnFilteredColumnsOnly) For the specified expected and actual tables (and excluding and including the specified columns), verify the actual data is as expected.Constructors in org.dbunit with parameters of type ValueComparerModifierConstructorDescriptionVerifyTableDefinition(String table, String[] excludeColumns, String[] includeColumns, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Create a valid instance specifying exclude and include columns and use the specified defaultValueComparer for all column comparisons not in the columnValueComparersMap.VerifyTableDefinition(String table, String[] excludeColumns, String[] includeColumns, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers, boolean sortOnFilteredColumnsOnly) Create a valid instance specifying exclude and include columns, value comparers, and whether to sort by only the filtered columns.VerifyTableDefinition(String table, String[] excludeColumns, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Create a valid instance with all columns compared and exclude the specified columns, and use the specified defaultValueComparer for all column comparisons not in the columnValueComparersMap.VerifyTableDefinition(String table, String[] excludeColumns, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers, boolean sortOnFilteredColumnsOnly) Create a valid instance with all columns compared and exclude the specified columns, use the specified defaultValueComparer for all column comparisons not in the columnValueComparersMap, and specify whether to sort by only the filtered columns.VerifyTableDefinition(String table, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Create a valid instance with all columns compared and use the specified defaultValueComparer for all column comparisons not in the columnValueComparersMap.Constructor parameters in org.dbunit with type arguments of type ValueComparerModifierConstructorDescriptionVerifyTableDefinition(String table, String[] excludeColumns, String[] includeColumns, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Create a valid instance specifying exclude and include columns and use the specified defaultValueComparer for all column comparisons not in the columnValueComparersMap.VerifyTableDefinition(String table, String[] excludeColumns, String[] includeColumns, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers, boolean sortOnFilteredColumnsOnly) Create a valid instance specifying exclude and include columns, value comparers, and whether to sort by only the filtered columns.VerifyTableDefinition(String table, String[] excludeColumns, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Create a valid instance with all columns compared and exclude the specified columns, and use the specified defaultValueComparer for all column comparisons not in the columnValueComparersMap.VerifyTableDefinition(String table, String[] excludeColumns, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers, boolean sortOnFilteredColumnsOnly) Create a valid instance with all columns compared and exclude the specified columns, use the specified defaultValueComparer for all column comparisons not in the columnValueComparersMap, and specify whether to sort by only the filtered columns.VerifyTableDefinition(String table, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Create a valid instance with all columns compared and use the specified defaultValueComparer for all column comparisons not in the columnValueComparersMap. -
Uses of ValueComparer in org.dbunit.assertion
Methods in org.dbunit.assertion that return ValueComparerModifier and TypeMethodDescriptionprotected ValueComparerDbUnitAssertBase.determineValidDefaultValueComparer(ValueComparer defaultValueComparer) Returns the given default value comparer, orValueComparerDefaults.getDefaultValueComparer()if the given comparer isnull.protected ValueComparerDbUnitAssertBase.determineValueComparer(String columnName, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Returns the value comparer configured for the given column, or the default value comparer if the column has none configured.Methods in org.dbunit.assertion that return types with arguments of type ValueComparerModifier and TypeMethodDescriptionprotected Map<String, ValueComparer> DbUnitAssertBase.determineValidColumnValueComparers(Map<String, ValueComparer> columnValueComparers, String tableName) Returns the given per-column value comparer map, orValueComparerDefaults.getDefaultColumnValueComparerMapForTable(String)for the given table if the given map isnull.protected Map<String, Map<String, ValueComparer>> DbUnitAssertBase.determineValidTableColumnValueComparers(Map<String, Map<String, ValueComparer>> tableColumnValueComparers) Returns the given per-table, per-column value comparer map, orValueComparerDefaults.getDefaultTableColumnValueComparerMap()if the given map isnull.Methods in org.dbunit.assertion with parameters of type ValueComparerModifier and TypeMethodDescriptionvoidDbUnitAssertBase.assertWithValueComparer(IDataSet expectedDataSet, IDataSet actualDataSet, FailureHandler failureHandler, ValueComparer defaultValueComparer, Map<String, Map<String, ValueComparer>> tableColumnValueComparers) Asserts the two specifiedIDataSets comparing their columns using the specified columnValueComparers or defaultValueComparer and handles failures using the specified failureHandler.voidDbUnitAssertBase.assertWithValueComparer(ITable expectedTable, ITable actualTable, FailureHandler failureHandler, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Asserts the two specifiedITables comparing their columns using the specified columnValueComparers or defaultValueComparer and handles failures using the specified failureHandler.voidDbUnitValueComparerAssert.assertWithValueComparer(IDataSet expectedDataSet, IDataSet actualDataSet, ValueComparer defaultValueComparer) Asserts the two specifiedIDataSets comparing their columns using the specified defaultValueComparer and handles failures using the defaultFailureHandler.voidDbUnitValueComparerAssert.assertWithValueComparer(IDataSet expectedDataSet, IDataSet actualDataSet, ValueComparer defaultValueComparer, Map<String, Map<String, ValueComparer>> tableColumnValueComparers) Asserts the two specifiedIDataSets comparing their columns using the specified columnValueComparers or defaultValueComparer and handles failures using the defaultFailureHandler.voidDbUnitValueComparerAssert.assertWithValueComparer(ITable expectedTable, ITable actualTable, ValueComparer defaultValueComparer) Asserts the two specifiedITables comparing their columns using the specified defaultValueComparer and handles failures using the defaultFailureHandler.voidDbUnitValueComparerAssert.assertWithValueComparer(ITable expectedTable, ITable actualTable, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Asserts the two specifiedITables comparing their columns using the specified columnValueComparers or defaultValueComparer and handles failures using the defaultFailureHandler.voidDbUnitValueComparerAssert.assertWithValueComparer(ITable expectedTable, ITable actualTable, Column[] additionalColumnInfo, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Asserts the two specifiedITables comparing their columns using the specified columnValueComparers or defaultValueComparer and handles failures using the defaultFailureHandler, using additionalColumnInfo, if specified.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.protected voidDbUnitAssertBase.compareTables(IDataSet expectedDataSet, IDataSet actualDataSet, String[] expectedNames, FailureHandler failureHandler, ValueComparer defaultValueComparer, Map<String, Map<String, ValueComparer>> tableColumnValueComparers) Asserts each expected table against its corresponding actual table.protected ValueComparerDbUnitAssertBase.determineValidDefaultValueComparer(ValueComparer defaultValueComparer) Returns the given default value comparer, orValueComparerDefaults.getDefaultValueComparer()if the given comparer isnull.protected ValueComparerDbUnitAssertBase.determineValueComparer(String columnName, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Returns the value comparer configured for the given column, or the default value comparer if the column has none configured.Method parameters in org.dbunit.assertion with type arguments of type ValueComparerModifier and TypeMethodDescriptionvoidDbUnitAssertBase.assertWithValueComparer(IDataSet expectedDataSet, IDataSet actualDataSet, FailureHandler failureHandler, ValueComparer defaultValueComparer, Map<String, Map<String, ValueComparer>> tableColumnValueComparers) Asserts the two specifiedIDataSets comparing their columns using the specified columnValueComparers or defaultValueComparer and handles failures using the specified failureHandler.voidDbUnitAssertBase.assertWithValueComparer(ITable expectedTable, ITable actualTable, FailureHandler failureHandler, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Asserts the two specifiedITables comparing their columns using the specified columnValueComparers or defaultValueComparer and handles failures using the specified failureHandler.voidDbUnitValueComparerAssert.assertWithValueComparer(IDataSet expectedDataSet, IDataSet actualDataSet, ValueComparer defaultValueComparer, Map<String, Map<String, ValueComparer>> tableColumnValueComparers) Asserts the two specifiedIDataSets comparing their columns using the specified columnValueComparers or defaultValueComparer and handles failures using the defaultFailureHandler.voidDbUnitValueComparerAssert.assertWithValueComparer(ITable expectedTable, ITable actualTable, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Asserts the two specifiedITables comparing their columns using the specified columnValueComparers or defaultValueComparer and handles failures using the defaultFailureHandler.voidDbUnitValueComparerAssert.assertWithValueComparer(ITable expectedTable, ITable actualTable, Column[] additionalColumnInfo, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Asserts the two specifiedITables comparing their columns using the specified columnValueComparers or defaultValueComparer and handles failures using the defaultFailureHandler, using additionalColumnInfo, if specified.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.protected voidDbUnitAssertBase.compareTables(IDataSet expectedDataSet, IDataSet actualDataSet, String[] expectedNames, FailureHandler failureHandler, ValueComparer defaultValueComparer, Map<String, Map<String, ValueComparer>> tableColumnValueComparers) Asserts each expected table against its corresponding actual table.protected Map<String, ValueComparer> DbUnitAssertBase.determineValidColumnValueComparers(Map<String, ValueComparer> columnValueComparers, String tableName) Returns the given per-column value comparer map, orValueComparerDefaults.getDefaultColumnValueComparerMapForTable(String)for the given table if the given map isnull.protected Map<String, Map<String, ValueComparer>> DbUnitAssertBase.determineValidTableColumnValueComparers(Map<String, Map<String, ValueComparer>> tableColumnValueComparers) Returns the given per-table, per-column value comparer map, orValueComparerDefaults.getDefaultTableColumnValueComparerMap()if the given map isnull.protected ValueComparerDbUnitAssertBase.determineValueComparer(String columnName, ValueComparer defaultValueComparer, Map<String, ValueComparer> columnValueComparers) Returns the value comparer configured for the given column, or the default value comparer if the column has none configured. -
Uses of ValueComparer in org.dbunit.assertion.comparer.value
Classes in org.dbunit.assertion.comparer.value that implement ValueComparerModifier and TypeClassDescriptionclassclassUse one of twoValueComparers based on a value present or not in a set of values.classValueComparerimplementation that verifies actual value contains expected value by converting toStrings and usingString.contains(CharSequence).classValueComparerimplementation that verifies the actual value is semantically equal to the expected value by parsing both as JSON and comparing the resulting document trees, instead of comparing their raw text.classValueComparerimplementation that verifies actual value is equal to expected value.classValueComparerimplementation that verifies actual value is equal to expected value and sets fail message to empty String.classValueComparerimplementation that verifies actual value is greater than expected value.classValueComparerimplementation that verifies actual Timestamp value is greater than expected value, ignoring the milliseconds.classValueComparerimplementation that verifies actual value is greater than or equal to expected value.classValueComparerimplementation that verifies actual Timestamp value is greater than or equal to expected value, ignoring the milliseconds.classValueComparerimplementation that verifies actual value is less than expected value.classValueComparerimplementation that verifies actual value is less than or equal to expected value.classValueComparerimplementation that verifies actual value is not equal to expected value.classValueComparerimplementation that verifies actual value is not null.classValueComparerimplementation that verifies actual value is null.classValueComparerimplementation forTimestamps that verifies actual value is within a low and high milliseconds tolerance range of expected value.classValueComparerimplementation that verifies nothing and never fails;NeverFailsValueComparer.isExpected(ITable, ITable, int, String, DataType, Object, Object)always returns true.classBase class forValueComparerimplementations that verify Timestamps, ignoring the milliseconds.classBase class forValueComparers providing a template method and common elements, mainly consistent log message and toString.classBase class forValueComparers, providing template methods and common elements.Fields in org.dbunit.assertion.comparer.value declared as ValueComparerModifier and TypeFieldDescriptionstatic final ValueComparerValueComparers.isActualContainingExpectedStringValueComparerChecks whether the actual value contains the expected string.static final ValueComparerValueComparers.isActualEqualToExpectedCompares actual and expected values for equality.static final ValueComparerValueComparers.isActualEqualToExpectedTimestampWithIgnoreMillisIgnores milliseconds as not all databases store it in Timestamp.static final ValueComparerValueComparers.isActualEqualToExpectedWithEmptyFailMessageSame asValueComparers.isActualEqualToExpectedbut itsValueComparerfail message is an empty String (theDifferencefail message still exists).static final ValueComparerValueComparers.isActualGreaterThanExpectedChecks whether the actual value is greater than the expected value.static final ValueComparerValueComparers.isActualGreaterThanOrEqualToExpectedChecks whether the actual value is greater than or equal to the expected value.static final ValueComparerValueComparers.isActualLessOrEqualToThanExpectedChecks whether the actual value is less than or equal to the expected value.static final ValueComparerValueComparers.isActualLessThanExpectedChecks whether the actual value is less than the expected value.static final ValueComparerValueComparers.isActualNotEqualToExpectedCompares actual and expected values for inequality.static final ValueComparerValueComparers.isActualNotNullValueComparerChecks whether the actual value is not null.static final ValueComparerValueComparers.isActualNullValueComparerChecks whether the actual value is null.static final ValueComparerValueComparers.isActualWithinOneMinuteNewerOfExpectedTimestampChecks whether the actual timestamp is up to one minute newer than the expected timestamp.static final ValueComparerValueComparers.isActualWithinOneMinuteOlderOfExpectedTimestampChecks whether the actual timestamp is up to one minute older than the expected timestamp.static final ValueComparerValueComparers.isActualWithinOneSecondNewerOfExpectedTimestampChecks whether the actual timestamp is up to one second newer than the expected timestamp.static final ValueComparerValueComparers.isActualWithinOneSecondOlderOfExpectedTimestampChecks whether the actual timestamp is up to one second older than the expected timestamp.static final ValueComparerValueComparers.neverFailsVerifies nothing and never fails.Methods in org.dbunit.assertion.comparer.value that return ValueComparerModifier and TypeMethodDescriptionDefaultValueComparerDefaults.getDefaultValueComparer()ValueComparerDefaults.getDefaultValueComparer()Returns the default value comparer, used when a table/column has none configured.ValueComparerSelector.select(ITable expectedTable, ITable actualTable, int rowNum, String columnName, DataType dataType, Object expectedValue, Object actualValue, Map<Object, ValueComparer> valueComparers) Selects aValueComparerfrom the given map for the given row and column.Methods in org.dbunit.assertion.comparer.value that return types with arguments of type ValueComparerModifier and TypeMethodDescriptionDefaultValueComparerDefaults.getDefaultColumnValueComparerMapForTable(String tableName) ValueComparerDefaults.getDefaultColumnValueComparerMapForTable(String tableName) Returns the default per-column value comparer map for the given table.DefaultValueComparerDefaults.getDefaultTableColumnValueComparerMap()ValueComparerDefaults.getDefaultTableColumnValueComparerMap()Returns the default per-table, per-column value comparer map.Method parameters in org.dbunit.assertion.comparer.value with type arguments of type ValueComparerModifier and TypeMethodDescriptionValueComparerSelector.select(ITable expectedTable, ITable actualTable, int rowNum, String columnName, DataType dataType, Object expectedValue, Object actualValue, Map<Object, ValueComparer> valueComparers) Selects aValueComparerfrom the given map for the given row and column.Constructors in org.dbunit.assertion.comparer.value with parameters of type ValueComparerModifierConstructorDescriptionConditionalSetBiValueComparer(ValueFactory<T> actualValueFactory, Set<T> values, ValueComparer inValuesValueComparer, ValueComparer notInValuesValueComparer) Creates a comparer that selects between twoValueComparers based on whether a value derived from the actual row is present in a set of values.Constructor parameters in org.dbunit.assertion.comparer.value with type arguments of type ValueComparerModifierConstructorDescriptionConditionalSelectorMultiValueComparer(Map<Object, ValueComparer> valueComparers, ValueComparerSelector valueComparerSelector) Creates a comparer that selects aValueComparerfrom the given map using the given selector. -
Uses of ValueComparer in org.dbunit.assertion.comparer.value.builder
Methods in org.dbunit.assertion.comparer.value.builder that return types with arguments of type ValueComparerModifier and TypeMethodDescriptionColumnValueComparerMapBuilder.build()Builds the map of column name toValueComparer.TableColumnValueComparerMapBuilder.build()Assembles and returns the built map.protected Map<String, ValueComparer> TableColumnValueComparerMapBuilder.findOrMakeColumnMap(String tableName) Returns the column map for the given table, creating and registering one if absent.protected Map<String, ValueComparer> TableColumnValueComparerMapBuilder.makeColumnToValueComparerMap()Creates a new, empty column-to-ValueComparermap.Methods in org.dbunit.assertion.comparer.value.builder with parameters of type ValueComparerModifier and TypeMethodDescriptionColumnValueComparerMapBuilder.add(String columnName, ValueComparer valueComparer) Add a columnName toValueComparermapping.TableColumnValueComparerMapBuilder.add(String tableName, String columnName, ValueComparer valueComparer) Add a table to column toValueComparermapping.Method parameters in org.dbunit.assertion.comparer.value.builder with type arguments of type ValueComparerModifier and TypeMethodDescriptionTableColumnValueComparerMapBuilder.add(String tableName, Map<String, ValueComparer> columnValueComparers) Add all mappings from the specified column map to a column map for the specified table in this builder.TableColumnValueComparerMapBuilder.add(Map<String, Map<String, ValueComparer>> tableColumnValueComparers) Add all mappings from the specified table map to this builder. -
Uses of ValueComparer in org.dbunit.assertion.comparer.value.verifier
Method parameters in org.dbunit.assertion.comparer.value.verifier with type arguments of type ValueComparerModifier and TypeMethodDescriptionprotected voidDefaultVerifyTableDefinitionVerifier.doVerify(String tableName, String[] columnExclusionFilters, Map<String, ValueComparer> columnValueComparers) Verify the columnExclusionFilters and columnValueComparers agree.protected voidDefaultVerifyTableDefinitionVerifier.failIfColumnValueComparersHaveExcludedColumn(String tableName, String columnName, Map<String, ValueComparer> columnValueComparers) Fails with anIllegalStateExceptionif the given columnName has both a column exclusion and a specificValueComparerconfigured.protected booleanDefaultVerifyTableDefinitionVerifier.hasColumnValueComparers(Map<String, ValueComparer> columnValueComparers) Returns whether any column value comparers are configured.voidDefaultVerifyTableDefinitionVerifier.verify(String tableName, String[] columnExclusionFilters, Map<String, ValueComparer> columnValueComparers) Verify the given columnExclusionFilters and columnValueComparers agree, e.g. aValueComparerdoes not exist for an excluded column.