Commit de7d50d
committed
Redeclare @TestMethodOrder on @Nested test class
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.1 parent 5752585 commit de7d50d
File tree
1 file changed
+2
-1
lines changed- spring-test/src/test/java/org/springframework/test/context/jdbc
1 file changed
+2
-1
lines changedspring-test/src/test/java/org/springframework/test/context/jdbc/AfterTestClassSqlScriptsTests.java
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
0 commit comments