Details
-
Wish
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.4.3
-
None
-
None
-
N/A
Description
We have a mix of test - some purely junit4 (e.g. not extending anything and annotating with @Test) - and some which extends TestCase.
I've discovered that the ones extending TestCase won't run if the classname doesn't end with Test - so that the class CommonsAttributesParserTests won't get included (notice the ending "s").