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