org.jete.db
Class SimpleDataSetWrapper
java.lang.Object
org.jete.db.SimpleDataSetWrapper
- All Implemented Interfaces:
- DataSetWrapper
- public class SimpleDataSetWrapper
- extends java.lang.Object
- implements DataSetWrapper
Allows Spring configurability of the DataSet by letting the system test configuration specify any data set, and
using this wrapper as simply a container for passing that DataSet to the DBSetupAction.
- Version:
- $Id: SimpleDataSetWrapper.html,v 1.1 2006/03/12 02:46:57 tdeast Exp $
Method Summary |
org.dbunit.dataset.IDataSet |
getDataSet()
|
void |
setDataSet(org.dbunit.dataset.IDataSet iDataSet)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleDataSetWrapper
public SimpleDataSetWrapper(org.dbunit.dataset.IDataSet dataSet)
SimpleDataSetWrapper
public SimpleDataSetWrapper()
getDataSet
public org.dbunit.dataset.IDataSet getDataSet()
throws org.dbunit.dataset.DataSetException,
java.io.IOException
- Specified by:
getDataSet
in interface DataSetWrapper
- Throws:
org.dbunit.dataset.DataSetException
java.io.IOException
setDataSet
public void setDataSet(org.dbunit.dataset.IDataSet iDataSet)