Reports JUnit 4 @Test annotated methods which are located inside a class
extending the abstract JUnit 3 class TestCase. Mixing JUnit API's like this is
confusing and can lead to problems running the tests, for example a method annotated with @Ignore won't
be actually ignored if its name starts with test.