public class CsvDataFileLoader extends AbstractDataFileLoader
| Constructor and Description |
|---|
CsvDataFileLoader()
Create new instance.
|
CsvDataFileLoader(Map ro)
Create new instance with replacement objects.
|
CsvDataFileLoader(Map ro,
Map rs)
Create new instance with replacement objects and replacement substrings.
|
| Modifier and Type | Method and Description |
|---|---|
protected IDataSet |
loadDataSet(URL url)
Make the dbUnit dataset (
IDataSet) from the
input stream of a dbUnit data file. |
addReplacementObjects, addReplacementSubstrings, load, processReplacementTokens, removeAllReplacementObjects, removeAllReplacementSubstringspublic CsvDataFileLoader()
public CsvDataFileLoader(Map ro)
replacementObjects - The replacement objects for use with
ReplacementDataSet.public CsvDataFileLoader(Map ro, Map rs)
ro - The replacement objects for use with
ReplacementDataSet.rs - The replacement substrings for use with
ReplacementDataSet.protected IDataSet loadDataSet(URL url) throws DataSetException, IOException
IDataSet) from the
input stream of a dbUnit data file. The type of dbUnit dataset created is
delegated to the implementing subclass.loadDataSet in class AbstractDataFileLoaderurl - The dbUnit data file url.DataSetException - On data errors.IOException - On file errors.Copyright © 2002-2015. All Rights Reserved.