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: 554 $
- Author:
- Manuel Laflamme
- See Also:
DbUnitTaskStep
Compare
public Compare()
getSrc
public File getSrc()
setSrc
public void setSrc(File src)
setSort
public void setSort(boolean sort)
getFormat
public String getFormat()
setFormat
public void setFormat(String format)
getTables
public 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 String getLogMessage()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2002-2011. All Rights Reserved.