public static class DbUnitAssert.ComparisonColumn extends Object
DataType
to be used for comparing the given column.
This DataType
matches the expected and actual column's datatype.Constructor and Description |
---|
ComparisonColumn(String tableName,
Column expectedColumn,
Column actualColumn,
FailureHandler failureHandler) |
Modifier and Type | Method and Description |
---|---|
String |
getColumnName() |
DataType |
getDataType() |
public ComparisonColumn(String tableName, Column expectedColumn, Column actualColumn, FailureHandler failureHandler)
tableName
- The table name which is only needed for debugging outputexpectedColumn
- The expected column needed to resolve the DataType
to
use for the actual comparisonactualColumn
- The actual column needed to resolve the DataType
to use
for the actual comparisonfailureHandler
- The FailureHandler
to be used when no datatype can be
determinedCopyright © 2002–2020. All rights reserved.