Provide support in TestContext framework equivalent to AbstractTransactionalSpringContextTests [SPR-5879] #10548
Labels
in: test
Issues in the test module
status: duplicate
A duplicate of another issue
type: enhancement
A general enhancement
Chris Beams opened SPR-5879 and commented
Some, but not all of the functionality available in
AbstractTransactionalSpringContextTests
is currently available in the TestContext framework.Notably missing is support for
setComplete()
,endTransaction()
, andstartNewTransaction()
methods.Since these methods ultimately manipulate thread-bound resources, it should be possible to provide equivalent support through static methods on utility class that ships as part of the TestContext support.
Issue Links:
1 votes, 1 watchers
The text was updated successfully, but these errors were encountered: