@FunctionalInterface
public interface ValueComparerSelector
ValueComparer from a Map of them.| Modifier and Type | Method and Description |
|---|---|
ValueComparer |
select(ITable expectedTable,
ITable actualTable,
int rowNum,
java.lang.String columnName,
DataType dataType,
java.lang.Object expectedValue,
java.lang.Object actualValue,
java.util.Map<java.lang.Object,ValueComparer> valueComparers) |
ValueComparer select(ITable expectedTable, ITable actualTable, int rowNum, java.lang.String columnName, DataType dataType, java.lang.Object expectedValue, java.lang.Object actualValue, java.util.Map<java.lang.Object,ValueComparer> valueComparers) throws DatabaseUnitException
ValueComparer from the specified
valueComparers map.DatabaseUnitExceptionCopyright © 2002-2018. All Rights Reserved.