JUnit4TestsNotRunWithinEnclosed
This test is annotated @Test, but given it's within a class using the Enclosed runner, will not run.

Severity
ERROR

Suppression

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