public interface FailureHandler extends DifferenceListener, FailureFactory
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAdditionalInfo(ITable expectedTable,
ITable actualTable,
int row,
java.lang.String columnName)
Returns a string to be appended to the assertion failure message.
|
handlecreateFailure, createFailurejava.lang.String getAdditionalInfo(ITable expectedTable, ITable actualTable, int row, java.lang.String columnName)
expectedTable - actualTable - row - The row for which the assertion failedcolumnName - The column for which the assertion failedCopyright © 2002-2018. All Rights Reserved.