JUnit4ClassUsedInJUnit3
Some JUnit4 construct cannot be used in a JUnit3 context. Convert your class to JUnit4 style to use them.
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("JUnit4ClassUsedInJUnit3")
to the enclosing element.