Interface DbUnitTaskStep

All Known Implementing Classes:
AbstractStep, Compare, Export, Operation

public interface DbUnitTaskStep
The DbUnitTaskStep interface allows the execute method to be called on all elements nested under DbUnitTask.
Since:
Jun 10, 2002
Version:
$Revision$
Author:
Timothy Ruppert, Ben Cox
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes this step using the given database connection.
    Returns a message describing this step, for logging purposes.
  • Method Details

    • execute

      void execute(IDatabaseConnection connection) throws DatabaseUnitException
      Executes this step using the given database connection.
      Parameters:
      connection - the database connection to use.
      Throws:
      DatabaseUnitException - if the step fails.
    • getLogMessage

      String getLogMessage()
      Returns a message describing this step, for logging purposes.
      Returns:
      a message describing this step.