mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 00:09:02 +00:00
Since we now officially support the TEST_METHOD ExtensionContextScope (see gh-35676 and gh-35680), this commit introduces tests which demonstrate that the issue raised in gh-34576 is no longer an "issue" if the user indirectly configures the SpringExtension to use the TEST_METHOD scope via the "junit.jupiter.extensions.testinstantiation.extensioncontextscope.default" configuration parameter.