Class ConditionalSetBiValueComparer<T>

java.lang.Object
org.dbunit.assertion.comparer.value.ValueComparerBase
org.dbunit.assertion.comparer.value.ConditionalSetBiValueComparer<T>
Type Parameters:
T - The type of the value used to determine which ValueComparer to use.
All Implemented Interfaces:
ValueComparer

public class ConditionalSetBiValueComparer<T> extends ValueComparerBase
Use one of two ValueComparers based on a value present or not in a set of values. When the value returned by the actualValueFactory is in values, use the inValuesValueComparer on the row; otherwise, use the notInValuesValueComparer on the row.
Since:
2.6.0
Author:
Jeff Jensen