Annotation Type | Description |
---|---|
DbUnitConfig |
Annotation that can be used to customize DBUnit configuration
property when the DbUnit connection will be created.
|
DbUnitConfiguration | Deprecated. |
DbUnitConnection |
Set the DBUnit connection configuration.
|
DbUnitDataSet |
Data set annotation, used to specify which data set should be loaded for
the next test.
|
DbUnitInit |
DbUnit initialization: allow user to run SQL script before
loading DbUnit data set.
|
DbUnitLiquibase |
DbUnit liquibase integration: allow test to initialize database with
liquibase and load DbUnit data set next.
|
DbUnitReplacement |
DbUnit initialization: allow user to run SQL script before
loading DbUnit data set.
|
DbUnitSetup |
Database operation to execute before test is executed.
|
DbUnitTearDown |
Database operation to execute after test is executed.
|
Copyright © 2017. All rights reserved.