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 |
---|
DbUnitAssert.ComparisonColumn(String tableName,
Column expectedColumn,
Column actualColumn,
FailureHandler failureHandler) |
public DbUnitAssert.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-2012. All Rights Reserved.