public static class DbUnitAssert.ComparisonColumn
extends java.lang.Object
DataType to be used for comparing the given
column. This DataType matches the expected and actual column's
datatype.| Constructor and Description |
|---|
ComparisonColumn(java.lang.String tableName,
Column expectedColumn,
Column actualColumn,
FailureHandler failureHandler) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColumnName() |
DataType |
getDataType() |
public ComparisonColumn(java.lang.String tableName,
Column expectedColumn,
Column actualColumn,
FailureHandler failureHandler)
tableName - The table name which is only needed for debugging output.expectedColumn - The expected column needed to resolve the DataType
to use for the actual comparison.actualColumn - The actual column needed to resolve the DataType
to use for the actual comparison.failureHandler - The FailureHandler to be used when no datatype can
be determined.Copyright © 2002-2018. All Rights Reserved.