You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#9753 introduced support for programmatically interacting with test-managed transactions in the Spring TestContext Framework (TCF); however, this new feature has not yet been sufficiently documented.
Deliverables
Document programmatic support for stopping and starting test-managed transactions in the reference manual, including examples of how to use the new TestTransaction API.
Introduce examples in the class-level Javadoc for TestTransaction.
Document TestTransaction support in the class-level Javadoc for TransactionalTestExecutionListener.
This commit introduces a new "Programmatic transaction management"
section in the Testing chapter of the reference manual with an example
highlighting the new support provided via TestTransaction.
In addition, this commit begins the work to be addressed more
thoroughly in #16026 by overhauling the entire "Transaction
management" section with in-depth discussions on the following topics.
Sam Brannen opened SPR-11941 and commented
Status Quo
#9753 introduced support for programmatically interacting with test-managed transactions in the Spring TestContext Framework (TCF); however, this new feature has not yet been sufficiently documented.
Deliverables
TestTransaction
API.TestTransaction
.TestTransaction
support in the class-level Javadoc forTransactionalTestExecutionListener
.Affects: 4.1 RC1
Issue Links:
The text was updated successfully, but these errors were encountered: