Details
-
Story
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Done
-
None
-
Security Level: Default (Default Security Scheme)
-
8
-
Horizon 22 - Jun 23 - Jul 7, Horizon 22 - Jul 7 - Jul 21
Description
Currently we are on JUnit 4 (version 4.12). JUnit 5 offers a bunch of benefits, including far better support for parameterized tests (can be per method instead of per class in JUnit 4), full Java 8 support, etc.
Migration would entail some work as some existing annotations have changed, support for '@Rule' has been dropped/replaced, etc. Of course none of this would affect code in production, just unit/integration tests.
Reference:
https://junit.org/junit5/docs/current/user-guide/#migrating-from-junit4
Attachments
Issue Links
- is contained in
-
NMS-14531 Moving one project at a time to JUnit 5 and fixing all tests.
-
- Open
-