| Annotation Type | Description |
|---|---|
| TestDataSource |
Annotation indicating that this field or method should be initialized with the
DataSource that supplies
a connection to the unit test database. |
| Transactional |
Annotation enabling to specify if tests should be run in a transaction and, if yes, whether at the end of the test,
the transaction should be committed or rollbacked.
|
Copyright © 2017. All rights reserved.