mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Thanks to the new Discovery Issue Reporting mechanism introduced in JUnit 5.13, I became aware of the fact that the @Order annotations in NestedAfterTestClassSqlScriptsTests were being silently ignored. To address that, this commit redeclares @TestMethodOrder on @Nested test class.