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.
|
handle
createFailure, createFailure
String 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–2015. All rights reserved.