Interface ValueComparerDefaults
- All Known Implementing Classes:
DefaultValueComparerDefaults
public interface ValueComparerDefaults
Default
ValueComparers, used when one is not specified by a test.- Since:
- 2.6.0
- Author:
- Jeff Jensen
-
Method Summary
Modifier and TypeMethodDescriptiongetDefaultColumnValueComparerMapForTable(String tableName) Returns the default per-column value comparer map for the given table.Returns the default per-table, per-column value comparer map.Returns the default value comparer, used when a table/column has none configured.
-
Method Details
-
getDefaultValueComparer
ValueComparer getDefaultValueComparer()Returns the default value comparer, used when a table/column has none configured.- Returns:
- the default value comparer.
-
getDefaultTableColumnValueComparerMap
Map<String,Map<String, getDefaultTableColumnValueComparerMap()ValueComparer>> Returns the default per-table, per-column value comparer map.- Returns:
- the default per-table, per-column value comparer map.
-
getDefaultColumnValueComparerMapForTable
Returns the default per-column value comparer map for the given table.- Parameters:
tableName- the table name to get the default column value comparer map for.- Returns:
- the default per-column value comparer map for the given table.
-