|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataSetLoader
Strategy interface for loading a dataset.
Concrete implementations must provide a public no-args constructor.
FlatXmlDataSetLoader| Method Summary | |
|---|---|
org.dbunit.dataset.IDataSet |
loadDataSet(Class<?> testClass,
String location)
Load and return dataset from the specified. |
| Method Detail |
|---|
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 load
dataset or null
Exception - If the dataset cannot be loaded
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||