| 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
DatabaseSetup annotations. |
| DatabaseTearDown |
Test annotation which indicates how to put a database into a know state after tests have run.
|
| DatabaseTearDowns |
Container for repeating
DatabaseTearDown annotations. |
| 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
ExpectedDatabase annotations. |
Copyright © 2016. All rights reserved.