Package de.hybris.platform.testframework
Annotation Type Transactional
-
@Target({METHOD,TYPE}) @Retention(RUNTIME) @Inherited @Documented public @interface TransactionalMarks a test method or class as transactional. IfTransactionRunListeneris activated, the test will be runed within a scope of a transaction and in default rollbacked at end.- Since:
- 3.0-u3
- See Also:
TransactionRunListener
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanenableDelayedStoreThe "delayed store" feature enables you to delay all item modifications until the end of the transaction.booleannoRollbackIf set, no rollback will be done at the end of the test.
-