org.dbunit.ant
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: 766 $
Author:
Timothy Ruppert, Ben Cox

Method Summary
 void execute(IDatabaseConnection connection)
           
 java.lang.String getLogMessage()
           
 

Method Detail

execute

void execute(IDatabaseConnection connection)
             throws DatabaseUnitException
Throws:
DatabaseUnitException

getLogMessage

java.lang.String getLogMessage()


Copyright © 2002-2008. All Rights Reserved.