public class NeverFailsValueComparer extends ValueComparerTemplateBase
ValueComparer implementation that verifies nothing and never fails;
isExpected(ITable, ITable, int, String, DataType, Object, Object)
always returns true.BASE_FAIL_MSG| Constructor and Description |
|---|
NeverFailsValueComparer() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getFailPhrase() |
protected boolean |
isExpected(ITable expectedTable,
ITable actualTable,
int rowNum,
java.lang.String columnName,
DataType dataType,
java.lang.Object expectedValue,
java.lang.Object actualValue) |
doCompare, makeFailMessagecompare, toStringprotected boolean isExpected(ITable expectedTable, ITable actualTable, int rowNum, java.lang.String columnName, DataType dataType, java.lang.Object expectedValue, java.lang.Object actualValue) throws DatabaseUnitException
isExpected in class ValueComparerTemplateBaseDatabaseUnitExceptionprotected java.lang.String getFailPhrase()
getFailPhrase in class ValueComparerTemplateBaseValueComparerBase.BASE_FAIL_MSG.Copyright © 2002-2018. All Rights Reserved.