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
execute
void execute(IDatabaseConnection connection)
throws DatabaseUnitException
- Throws:
DatabaseUnitException
getLogMessage
java.lang.String getLogMessage()
Copyright © 2002-2008. All Rights Reserved.