|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface DbUnitConfiguration
Annotation that can be used to configure DbUnitTestExecutionListener.
DbUnitTestExecutionListener| Optional Element Summary | |
|---|---|
String |
databaseConnection
Returns the name of a spring bean will be used to access a IDatabaseConnection. |
Class<? extends DataSetLoader> |
dataSetLoader
Returns the class that will be used to load IDataSet resources. |
public abstract String databaseConnection
IDatabaseConnection. The referenced bean can
either be a instance of IDatabaseConnection or a DataSource.
public abstract Class<? extends DataSetLoader> dataSetLoader
IDataSet resources. The specified class must implement
DataSetLoader and must have a default constructor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||