fastutil icon indicating copy to clipboard operation
fastutil copied to clipboard

Consider upgrading to JUnit 5 (Do not need to migrate all tests at once)

Open techsy730 opened this issue 4 years ago • 0 comments

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.

techsy730 avatar Feb 01 '21 13:02 techsy730