Package org.dbunit.ant


package org.dbunit.ant
  • Class
    Description
    Abstract base implementation of a DbUnitTaskStep executed by the DbUnit Ant task.
    The Compare class is the step that compare the content of the database against the specified dataset.
    The database configuration for the ant task.
    A named boolean feature flag, as configured in the Ant <dbconfig> task's <feature> element.
    DbUnitTask is the task definition for an Ant interface to DbUnit.
    The DbUnitTaskStep interface allows the execute method to be called on all elements nested under DbUnitTask.
    The Export class is the step that facilitates exporting the contents of the database and/or it's corresponding DTD to a file.
    The Operation class is the step that defines which operation will be performed in the execution of the DbUnitTask task.
    The Query class is just a step placeholder for a table name within an Export.
    This element is a container for Queries.
    The Table class is just a step placeholder for a table name within an Export.