程序包 cn.taketoday.test.context.transaction
@NonNullApi
@NonNullFields
package cn.taketoday.test.context.transaction
Transactional support classes for the TestContext Framework.
-
类说明Test annotation which indicates that the annotated
voidmethod should be executed after a transaction is ended for a test method configured to run within a transaction via Framework's@Transactionalannotation.Test annotation which indicates that the annotatedvoidmethod should be executed before a transaction is started for a test method configured to run within a transaction via Framework's@Transactionalannotation.Utility methods for working with transactions and data access related beans within the TestContext Framework.TestTransactionprovides a collection of static utility methods for programmatic interaction with test-managed transactions within test methods, before methods, and after methods.TestExecutionListenerthat provides support for executing tests within test-managed transactions by honoring Framework's@Transactionalannotation.Transaction context for a specificTestContext.InheritableThreadLocal-based holder for the currentTransactionContext.