test context, this method will end the transaction
and run @AfterTransaction methods.test context is
configured to run within a transaction, this method will run
@BeforeTransaction methods and start a new
transaction.transaction manager to use
for the supplied test context.test context.test context by taking into consideration the
default rollback flag and a
possible method-level override via the Rollback annotation.TestExecutionListener which provides support for executing
tests within transactions by using
@Transactional
and @NotTransactional annotations.@AfterTransaction methods for the
specified test context.@BeforeTransaction methods for the
specified test context.Copyright © 2019. All rights reserved.