ExtendingJUnitAssert
When only using JUnit Assert's static methods, you should import statically instead of extending.

Severity
WARNING

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("ExtendingJUnitAssert") to the enclosing element.