https://bz.apache.org/bugzilla/show_bug.cgi?id=55227
--- Comment #1 from Michael Clarke <[email protected]> --- This scenario mixes JUnit 3 (extends TestCase) and JUnit 4 (annotations) which isn't valid - the JUnit 3 runner doesn't recognise annotations and the JUnit 4 runner wouldn't run for any class not containing @Test annotations. Our current functionality is consistent with most (possibly all?) IDEs, so I'm proposing closing this as a 'WONT FIX', even though we have a patch that would work round the issue. -- You are receiving this mail because: You are the assignee for the bug.
