Details
-
Type:
Wish
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.4.3
-
Fix Version/s: None
-
Component/s: JUnit 3.x support, Junit 4.x support
-
Labels:None
-
Environment:N/A
-
Complexity:Intermediate
-
Number of attachments :
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").
Activity
Kristian Rosenvold
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Priority | Critical [ 2 ] | Major [ 3 ] |
Kristian Rosenvold
made changes -
| Issue Type | Bug [ 1 ] | Wish [ 5 ] |
I've hit this problem on pure JUnit4 tests as well.