You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of JUnit 5's big wins is the ability to run tests in parallel. Given the large amount of tests we have, this would be a major time win.
Thankfully we can take our time with refactoring the tests to JUnit 5 APIs, as the JUnit 5 Vintage module allows running native JUnit 4 tests in the JUnit 5 framework.
The text was updated successfully, but these errors were encountered:
techsy730
changed the title
Consider upgrading to JUnit 5
Consider upgrading to JUnit 5 (Do not need to migrate all tests at once)
Feb 2, 2021
One of JUnit 5's big wins is the ability to run tests in parallel. Given the large amount of tests we have, this would be a major time win.
Thankfully we can take our time with refactoring the tests to JUnit 5 APIs, as the JUnit 5 Vintage module allows running native JUnit 4 tests in the JUnit 5 framework.
The text was updated successfully, but these errors were encountered: