mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
40c51efee8
In order to allow developers to execute TestNG tests in Eclipse IDE without installing the TestNG plugin for Eclipse, this commit introduces a JUnit Platform @Suite class that can be executed within the IDE. See gh-27407