org.dbunit.ant
Class Compare
java.lang.Object
org.dbunit.ant.AbstractStep
org.dbunit.ant.Compare
- All Implemented Interfaces:
- DbUnitTaskStep
- public class Compare
- extends AbstractStep
The Compare
class is the step that compare the content of the
database against the specified dataset.
- Since:
- Apr 3, 2004
- Version:
- $Revision: 1.2 $
- Author:
- Manuel Laflamme
- See Also:
DbUnitTaskStep
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Compare
public Compare()
getSrc
public java.io.File getSrc()
setSrc
public void setSrc(java.io.File src)
setSort
public void setSort(boolean sort)
getFormat
public java.lang.String getFormat()
setFormat
public void setFormat(java.lang.String format)
getTables
public java.util.List getTables()
addTable
public void addTable(Table table)
addQuery
public void addQuery(Query query)
execute
public void execute(IDatabaseConnection connection)
throws DatabaseUnitException
- Throws:
DatabaseUnitException
getLogMessage
public java.lang.String getLogMessage()
toString
public java.lang.String toString()
Copyright © 2002-2004 DbUnit.org. All Rights Reserved.