Uses of Class
net.sourceforge.sqlunit.beans.BatchDatabaseResult

Packages that use BatchDatabaseResult
net.sourceforge.sqlunit Classes for the SQLUnit core package. 
 

Uses of BatchDatabaseResult in net.sourceforge.sqlunit
 

Methods in net.sourceforge.sqlunit with parameters of type BatchDatabaseResult
static void Assertions.assertIsTrue(java.lang.String failureMessage, BatchDatabaseResult expR, BatchDatabaseResult gotR, java.lang.String condition)
          Invokes a named assertion (or a comma-separated list of assertions) and applies it to the supplied BatchDatabaseResult objects.