Databases
Code completion for transaction isolation levels
Although the Citrus documentation lists the possible isolation level values in sql(<datasource>).transactionIsolationLevel(...)
calls, to make discovery and usage of them simple, the levels are provided as completion items in the argument of transactionIsolationLevel()
.
transactionIsolationLevel()
is supported in any implementation of com.consol.citrus.actions.AbstractDatabaseConnectingTestAction.Builder
.
Since each item refers to the appropriate field of org.springframework.transaction.TransactionDefinition
, quick documentation and navigation to the items from the completion list are also available.
NOTE: other values that are provided by other plugins or the IntelliJ platform might also appear in this completion list.
