| java.lang.Object org.dbunit.Assertion
Assertion | public class Assertion (Code) | | author: Manuel Laflamme version: $Revision: 564 $ since: Mar 22, 2002 |
assertEquals | public static void assertEquals(IDataSet expectedDataSet, IDataSet actualDataSet) throws DatabaseUnitException(Code) | | Asserts that the two specified dataset are equals. This method ignore
the tables order.
|
assertEquals | public static void assertEquals(ITable expectedTable, ITable actualTable) throws DatabaseUnitException(Code) | | Asserts that the two specified tables are equals. This method ignore the
table names, the columns order, the columns data type and which columns
are composing the primary keys.
|
|
|