mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
e574820dc9
This commit introduces integration tests that verify the expected behavior for @Nested tests in conjunction with the SpringExtension for JUnit Jupiter, including automatic application of TestExecutionListeners to the enclosing test instance of a @Nested test instance. Issue: SPR-14150