[GRADLE-2484] Tests are not reported if ignored by class-level Junit @Ignore annotation Created: 18/Sep/12 Updated: 04/Jan/13 Resolved: 04/Jan/13 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | 1.0 |
| Fix Version/s: | 1.4-rc-1 |
| Type: | Bug | ||
| Reporter: | Nikita Skvortsov | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 1 |
| Description |
|
If JUnit @Ignore annotation is used on a method, corresponding test is included to report as "Ignored" If JUnit @Ignore annotation is used on a whole class, corresponding tests are not reported at all (e.g., reports contains zero number of tests if the class is only one) |
| Comments |
| Comment by Etienne Studer [ 26/Dec/12 ] |
|
Cool! Thanks for fixing this. |