public class XmlDataSetLoader extends AbstractDataSetLoader
data set loader
that can be used to load XmlDataSets
.Constructor and Description |
---|
XmlDataSetLoader() |
Modifier and Type | Method and Description |
---|---|
protected org.dbunit.dataset.IDataSet |
createDataSet(org.springframework.core.io.Resource resource)
Factory method used to create the
dataset |
getResourceLoader, getResourceLocations, loadDataSet
protected org.dbunit.dataset.IDataSet createDataSet(org.springframework.core.io.Resource resource) throws Exception
AbstractDataSetLoader
dataset
createDataSet
in class AbstractDataSetLoader
resource
- an existing resource that contains the dataset dataException
- if the dataset could not be loadedCopyright © 2016. All rights reserved.