|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface DatabaseTearDownTest annotation which indicates how to put a database into a know state after tests have run. This annotation can be placed on a class or on methods. When placed on a class the setup is applied after each test methods is executed.
DatabaseSetup,
ExpectedDatabase,
DbUnitConfiguration,
DbUnitTestExecutionListener| Required Element Summary | |
|---|---|
String[] |
value
Provides the locations of the datasets that will be used to reset the database. |
| Optional Element Summary | |
|---|---|
DatabaseOperation |
type
Determines the type of operation that will be used to reset the database. |
| Element Detail |
|---|
public abstract String[] value
DbUnitConfiguration.dataSetLoader()public abstract DatabaseOperation type
operation that will be used to reset the database.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||