public interface DataSetLoader
loading a dataset.
Concrete implementations must provide a public no-args constructor.
FlatXmlDataSetLoader| Modifier and Type | Method and Description |
|---|---|
org.dbunit.dataset.IDataSet |
loadDataSet(Class<?> testClass,
String location)
Load and return
dataset from the specified. |
org.dbunit.dataset.IDataSet loadDataSet(Class<?> testClass, String location) throws Exception
dataset from the specified. If the dataset cannot be found null may be
returned.testClass - The class under testlocation - The location to loaddataset or nullException - If the dataset cannot be loadedCopyright © 2016. All rights reserved.