mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
28496059bc
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