|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Configurable in org.unitils.core.util |
|---|
| Classes in org.unitils.core.util that implement Configurable | |
|---|---|
class |
BaseConfigurable
Base class for implementations that need access to the unitils configuration |
| Methods in org.unitils.core.util with type parameters of type Configurable | ||
|---|---|---|
static
|
ConfigUtils.getConfiguredInstanceOf(Class<? extends T> type,
Properties configuration,
String... implementationDiscriminatorValues)
Retrieves the concrete instance of the class with the given type as configured by the given Configuration. |
|
| Uses of Configurable in org.unitils.database.config |
|---|
| Subinterfaces of Configurable in org.unitils.database.config | |
|---|---|
interface |
DataSourceFactory
Defines the contract of a factory that can provide an instance of a test DataSource. |
| Classes in org.unitils.database.config that implement Configurable | |
|---|---|
class |
PropertiesDataSourceFactory
A DataSourceFactory that loads the necessary information from a properties file. |
| Uses of Configurable in org.unitils.dbmaintainer.script |
|---|
| Subinterfaces of Configurable in org.unitils.dbmaintainer.script | |
|---|---|
interface |
ScriptSource
A source that provides scripts for updating the database to a given state. |
| Uses of Configurable in org.unitils.dbmaintainer.script.impl |
|---|
| Classes in org.unitils.dbmaintainer.script.impl that implement Configurable | |
|---|---|
class |
DefaultScriptSource
Implementation of ScriptSource that reads script files from the filesystem. |
| Uses of Configurable in org.unitils.dbunit.datasetfactory |
|---|
| Subinterfaces of Configurable in org.unitils.dbunit.datasetfactory | |
|---|---|
interface |
DataSetResolver
Resolves the location for a data set with a certain name. |
| Uses of Configurable in org.unitils.dbunit.datasetfactory.impl |
|---|
| Classes in org.unitils.dbunit.datasetfactory.impl that implement Configurable | |
|---|---|
class |
DefaultDataSetResolver
Resolves the location for a data set with a certain name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||