Uses of Class
org.unitils.dbunit.dataset.comparison.RowDifference

Packages that use RowDifference
org.unitils.dbunit.dataset   
org.unitils.dbunit.dataset.comparison   
 

Uses of RowDifference in org.unitils.dbunit.dataset
 

Methods in org.unitils.dbunit.dataset that return RowDifference
 RowDifference Row.compare(Row actualRow)
          Compares the row with the given actual row.
 

Methods in org.unitils.dbunit.dataset with parameters of type RowDifference
protected  void Row.compareColumns(List<Column> columns, Row actualRow, RowDifference result)
          Compares the given columns with the columns of the actual row.
 

Uses of RowDifference in org.unitils.dbunit.dataset.comparison
 

Methods in org.unitils.dbunit.dataset.comparison that return RowDifference
 RowDifference TableDifference.getBestRowDifference(Row row)
           
 

Methods in org.unitils.dbunit.dataset.comparison that return types with arguments of type RowDifference
 List<RowDifference> TableDifference.getBestRowDifferences()
           
 

Methods in org.unitils.dbunit.dataset.comparison with parameters of type RowDifference
 boolean RowDifference.isBetterMatch(RowDifference rowComparison)
           
 void TableDifference.setIfBestRowDifference(RowDifference rowDifference)
          Sets the given difference as best row difference if it is better than the current best row difference.
 



Copyright © 2011. All Rights Reserved.