File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
documentation/src/docs/asciidoc/user-guide Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,7 @@ allows existing tests based on JUnit 3 and JUnit 4 to be executed using the JUni
1313infrastructure. Since all classes and annotations specific to JUnit Jupiter reside under
1414the `org.junit.jupiter` base package, having both JUnit 4 and JUnit Jupiter in the
1515classpath does not lead to any conflicts. It is therefore safe to maintain existing JUnit
16- 4 tests alongside JUnit Jupiter tests. Furthermore, since the JUnit team will continue to
17- provide maintenance and bug fix releases for the JUnit 4.x baseline, developers have
18- plenty of time to migrate to JUnit Jupiter on their own schedule.
16+ 4 tests alongside JUnit Jupiter tests and migrate them gradually.
1917
2018
2119[[migrating-from-junit4-running]]
You can’t perform that action at this time.
0 commit comments