Annotation Types Summary |
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. |
UsingScript |
Defines SQL scripts used for
seeding test database before test method execution. |