@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
@Inherited
@Documented
public @interface Transactional
TransactionRunListener is activated, the test will be runed
within a scope of a transaction and in default rollbacked at end.TransactionRunListener| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
enableDelayedStore
The "delayed store" feature enables you to delay all item modifications until the end of the transaction.
|
boolean |
noRollback
If set, no rollback will be done at the end of the test.
|
Copyright © 2018 SAP SE. All Rights Reserved.