Package org.dbunit.ant
package org.dbunit.ant
-
ClassDescriptionThe
Compareclass is the step that compare the content of the database against the specified dataset.The database configuration for the ant task.DbUnitTaskis the task definition for an Ant interface toDbUnit.TheDbUnitTaskStepinterface allows the execute method to be called on all elements nested underDbUnitTask.TheExportclass is the step that facilitates exporting the contents of the database and/or it's corresponding DTD to a file.TheOperationclass is the step that defines which operation will be performed in the execution of theDbUnitTasktask.TheQueryclass is just a step placeholder for a table name within anExport.This element is a container for Queries.TheTableclass is just a step placeholder for a table name within anExport.