Closed
Description
Sam Brannen opened SPR-11340 and commented
Status Quo
The ServletTestExecutionListener
was introduced in Spring Framework 3.2 and is enabled by default when using the TestContext framework without specifying custom listeners via @TestExecutionListeners
. However, the ServletTestExecutionListener
has not been added to the default set of listeners for Spring's abstract base test classes.
Deliverables
- Prepend
ServletTestExecutionListener
to the set of default listeners inAbstractJUnit4SpringContextTests
. - Prepend
ServletTestExecutionListener
to the set of default listeners inAbstractTestNGSpringContextTests
.
Affects: 3.2 GA
Issue Links:
- Handle NoClassDefFoundError for TestExecutionListeners consistently in the TestContext framework [SPR-11347] #15971 Handle NoClassDefFoundError for TestExecutionListeners consistently in the TestContext framework
Backported to: 3.2.7