SonarQube Warnings
How to address SonarQube warnings related to Diffblue Cover
Configurable Warnings
Refactor this method to reduce the number of assertions from X to less than N
Add at least one assertion to this test
Test method naming conventions
Unresolvable Warnings
Change the assertion arguments to not compare dissimilar types
Swap these two arguments so they are in correct order: expected value, actual value
Replace these N tests with a parameterized test
Long variables
Local variable could be final
Unit test assertions should include message
Comment required for field
Last updated
Was this helpful?

