|
Annotation Types Summary |
| ApplyScriptAfter |
Defines SQL scripts applied on test database before test method execution. |
| ApplyScriptBefore |
Defines SQL scripts applied on test database before test method execution. |
| Cleanup |
Determines when database cleanup should be triggered. |
| CleanupUsingScript |
Defines SQL scripts used for cleaning test database. |
| DataSource |
Defines data source to be used for test. |
| PersistenceTest |
Marker annotation which enables Arquillian Persistence Extension. |
| ShouldMatchDataSet |
Verifies state of underlying data store using data sets
defined by this annotation. |
| Transactional |
Indicates that test needs to be wrapped within the transaction. |
| UsingDataSet |
Provides information about data sets needs to be used for
seeding test database before test method execution. |