Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Upgrading to JUnit 5 has many advantages. See here: https://blogs.oracle.com/javamagazine/post/migrating-from-junit-4-to-junit-5-important-differences-and-benefits for just one overview of the key differences and advantages of migrating from JUnit 4 to JUnit 5
By using JUnit 5, we can significantly reduce the time to fix tests. This is especially relevant when we update to a package or version that requires changes across all tests within that package. And it just makes it easier to upgrade