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