| Package | Description |
|---|---|
| com.github.springtestdbunit | |
| com.github.springtestdbunit.dataset |
| Modifier and Type | Method and Description |
|---|---|
DataSetLoader |
DbUnitTestContext.getDataSetLoader()
Returns the
DataSetLoader that should be used to load IDataSets. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataSetLoader
Abstract data set loader, which provides a basis for concrete implementations of the
DataSetLoader strategy. |
class |
FlatXmlDataSetLoader
A
data set loader that can be used to load FlatXmlDataSets |
class |
ReplacementDataSetLoader
A
data set loader that uses a ReplacementDataSet to replace specific objects or
sub-strings. |
class |
XmlDataSetLoader
A
data set loader that can be used to load XmlDataSets. |
| Constructor and Description |
|---|
ReplacementDataSetLoader(DataSetLoader dataSetLoader)
Create a new
ReplacementDataSetLoader with ReplacementDataSetLoader.DEFAULT_OBJECT_REPLACEMENTS. |
ReplacementDataSetLoader(DataSetLoader dataSetLoader,
Map<?,?> objectReplacements)
Create a new
ReplacementDataSetLoader. |
ReplacementDataSetLoader(DataSetLoader dataSetLoader,
Map<?,?> objectReplacements,
Map<String,String> subStringReplacements)
Create a new
ReplacementDataSetLoader. |
Copyright © 2016. All rights reserved.