| Enum | Description | 
|---|---|
| DatabaseOperation | Database test operations that can be performed to configure database tables. | 
| Annotation Type | Description | 
|---|---|
| DatabaseSetup | Test annotation which indicates how to put a database into a know state before tests are run. | 
| DatabaseSetups | Container for repeating  DatabaseSetupannotations. | 
| DatabaseTearDown | Test annotation which indicates how to put a database into a know state after tests have run. | 
| DatabaseTearDowns | Container for repeating  DatabaseTearDownannotations. | 
| DbUnitConfiguration | Annotation that can be used to configure  DbUnitTestExecutionListener. | 
| ExpectedDatabase | Test annotation that can be used to assert that a database is in given state after tests have run. | 
| ExpectedDatabases | Container for repeating  ExpectedDatabaseannotations. | 
Copyright © 2016. All rights reserved.