- call it UnitTest... to be agnostic to the testing framework
1.8 KiB
title | permalink | keywords |
---|---|---|
PMD Release Notes | pmd_release_notes.html | changelog, release notes |
{{ site.pmd.date }} - {{ site.pmd.version }}
The PMD team is pleased to announce PMD {{ site.pmd.version }}.
This is a {{ site.pmd.release_type }} release.
{% tocmaker is_release_notes_processor %}
🚀 New and noteworthy
🌟 Rule Changes
Several rules for unit testing have been renamed to better reflect their actual scope. Lots of them were called after JUnit / JUnit 4, even when they applied to JUnit 5 and / or TestNG.
-
java/bestpractices/JUnit4TestShouldUseAfterAnnotation
has been renamed to {% rule java/bestpractices/UnitTestShouldUseAfterAnnotation %} -
java/bestpractices/JUnit4TestShouldUseBeforeAnnotation
has been renamed to {% rule java/bestpractices/UnitTestShouldUseBeforeAnnotation %} -
java/bestpractices/JUnit4TestShouldUseTestAnnotation
has been renamed to {% rule java/bestpractices/UnitTestShouldUseTestAnnotation %} -
java/bestpractices/JUnitAssertionsShouldIncludeMessage
has been renamed to {% rule java/bestpractices/UnitTestAssertionsShouldIncludeMessage %} -
java/bestpractices/JUnitTestContainsTooManyAsserts
has been renamed to {% rule java/bestpractices/UnitTestContainsTooManyAsserts %} -
java/bestpractices/JUnitTestsShouldIncludeAssert
has been renamed to {% rule java/bestpractices/UnitTestsShouldIncludeAssert %}
🐛 Fixed Issues
- java-bestpractices
🚨 API Changes
✨ External Contributions
{% endtocmaker %}