-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[all] Use JUnit5 #3797
Copy link
Copy link
Closed
Labels
an:enhancementAn improvement on existing features / rulesAn improvement on existing features / rulesin:testingAbout tests of pmd, eg the module pmd-lang-test or pmd-test [test]About tests of pmd, eg the module pmd-lang-test or pmd-test [test]
Milestone
Metadata
Metadata
Assignees
Labels
an:enhancementAn improvement on existing features / rulesAn improvement on existing features / rulesin:testingAbout tests of pmd, eg the module pmd-lang-test or pmd-test [test]About tests of pmd, eg the module pmd-lang-test or pmd-test [test]
Type
Fields
Give feedbackNo fields configured for issues without a type.
Part of #2524
Currently we use some mixture of jupiter runner and junit4 vintage engine. We should clean this up and migrate to use JUnit5 only.
This reduces the footprint of our dev libraries/dependencies.
Things to be considered:
Tasks: