org.dbunit.ant
Interface DbUnitTaskStep
- All Known Implementing Classes:
- AbstractStep
- 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: 1.4 $
- Author:
- Timothy Ruppert, Ben Cox
execute
public void execute(IDatabaseConnection connection)
throws DatabaseUnitException
- Throws:
DatabaseUnitException
getLogMessage
public java.lang.String getLogMessage()
Copyright © 2002-2004 DbUnit.org. All Rights Reserved.