|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface ExpectedDatabaseTest annotation that can be used to assert that a database is in given state after tests have run.
DbUnitTestExecutionListener| Required Element Summary | |
|---|---|
String |
value
Provides the location of the dataset that will be used to test the database. |
| Optional Element Summary | |
|---|---|
DatabaseAssertionMode |
assertionMode
Database assertion mode to use. |
| Element Detail |
|---|
public abstract String value
DbUnitConfiguration.dataSetLoader()public abstract DatabaseAssertionMode assertionMode
DatabaseAssertionMode.DEFAULT.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||