MockNotUsedInProduction
This mock is instantiated and configured, but is never passed to production code. It should be either removed or used.

Severity
WARNING

Suppression

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