Package org.dbunit.assertion.comparer.value
package org.dbunit.assertion.comparer.value
-
ClassDescriptionUse one of two
ValueComparers based on a value present or not in a set of values.Default implementation for theValueComparerDefaults.ValueComparerimplementation that verifies actual value contains expected value by converting toStrings and usingString.contains(CharSequence).ValueComparerimplementation that verifies actual value is equal to expected value.ValueComparerimplementation that verifies actual value is equal to expected value and sets fail message to empty String.ValueComparerimplementation that verifies actual value is greater than expected value.ValueComparerimplementation that verifies actual Timestamp value is greater than expected value, ignoring the milliseconds.ValueComparerimplementation that verifies actual value is greater than or equal to expected value.ValueComparerimplementation that verifies actual Timestamp value is greater than or equal to expected value, ignoring the milliseconds.ValueComparerimplementation that verifies actual value is less than expected value.ValueComparerimplementation that verifies actual value is less than or equal to expected value.ValueComparerimplementation that verifies actual value is not equal to expected value.ValueComparerimplementation that verifies actual value is not null.ValueComparerimplementation that verifies actual value is null.ValueComparerimplementation forTimestamps that verifies actual value is within a low and high milliseconds tolerance range of expected value.ValueComparerimplementation that verifies nothing and never fails;NeverFailsValueComparer.isExpected(ITable, ITable, int, String, DataType, Object, Object)always returns true.Base class forValueComparerimplementations that verify Timestamps, ignoring the milliseconds.Strategy for comparing values.Base class forValueComparers providing a template method and common elements, mainly consistent log message and toString.DefaultValueComparers, used when one is not specified by a test.Convenience set of commonValueComparerinstances.Strategy for selecting aValueComparerfrom aMapof them.Base class forValueComparers, providing template methods and common elements.ValueFactory<T>Create instances of a single or multi-column object, typically from the row in the table.