public class JSONDataSet
extends org.dbunit.dataset.AbstractDataSet
| Constructor and Description |
|---|
JSONDataSet(File file)
Creates a JSON dataset based on a file
|
JSONDataSet(InputStream is)
Creates a JSON dataset based on an inputstream
|
| Modifier and Type | Method and Description |
|---|---|
protected org.dbunit.dataset.ITableIterator |
createIterator(boolean reverse) |
public JSONDataSet(File file)
file - A JSON dataset filepublic JSONDataSet(InputStream is)
is - An inputstream pointing to a JSON datasetCopyright © 2016. All rights reserved.