mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-18 00:49:02 +00:00
This commit makes all test methods in our TestNG test classes public due to the following bug in the TestNG engine for the JUnit Platform. https://github.com/junit-team/testng-engine/issues/16 See gh-27407