public class CsvDataFileLoader extends AbstractDataFileLoader
| Constructor and Description |
|---|
CsvDataFileLoader()
Create new instance.
|
CsvDataFileLoader(java.util.Map ro)
Create new instance with replacement objects.
|
CsvDataFileLoader(java.util.Map ro,
java.util.Map rs)
Create new instance with replacement objects and replacement substrings.
|
| Modifier and Type | Method and Description |
|---|---|
IDataSet |
loadDataSet(java.net.URL url)
Load the specified URL file into a dbUnit dataset.
|
addReplacementObjects, addReplacementSubstrings, load, processReplacementTokens, removeAllReplacementObjects, removeAllReplacementSubstringspublic CsvDataFileLoader()
public CsvDataFileLoader(java.util.Map ro)
replacementObjects - The replacement objects for use with
ReplacementDataSet.public CsvDataFileLoader(java.util.Map ro,
java.util.Map rs)
ro - The replacement objects for use with
ReplacementDataSet.rs - The replacement substrings for use with
ReplacementDataSet.public IDataSet loadDataSet(java.net.URL url) throws DataSetException, java.io.IOException
url - The dbUnit data file url.DataSetException - On data errors.java.io.IOException - On file errors.Copyright © 2002-2018. All Rights Reserved.