Closed
Description
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
- 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 forTransactionalTestExecutionListener
.
Affects: 4.1 RC1
Issue Links:
- Support programmatic starting and stopping of transactions in the TestContext framework [SPR-5079] #9753 Support programmatic starting and stopping of transactions in the TestContext framework ("depends on")
- Improve documentation of transactional support in the TestContext framework [SPR-11399] #16026 Improve documentation of transactional support in the TestContext framework ("is depended on by")