Community
Participate
Working Groups
3.2 RC2 The JUnit view cannot handle @Ignore.
Let's use this bug for all the JUnit polishing. Items so far: - support @Ignore - decouple layout from filtering - capitalization of UI items
Created attachment 40442 [details] Patch which adds JUnit version to view tool tip
Patch looks good, +1 for 3.2 RC3.
I've released the tooltip patch.
The JUnit view can now handle ignored tests, the progress goes to the end and the ignored tests are not flagged with a check mark and labelled "@Ignore: " + test name. More support to come for RC4: - decouple layout from filtering - capitalization of UI items - show ignored test count in header - allow to filter for ignored tests
*** Bug 140502 has been marked as a duplicate of this bug. ***
"Run as->JUnit Plug-in Test" is not available but JUnit 4 Test Loader can be choosen in "Run...->JUnit Plug-in Test". Such a test run results in an "Exception: no runnable methods" in the JUnit view.
I filed bug 140758 for the remaining label issues that should go in RC4 and bug 140761 for decoupling filtering from presentation mode Sebastian, your comment 7 seems unreleated. Can you file a new bug with the steps to reproduce? I set this bug to RC3 so that the patch from comment can be verified. Adding a filter for ignored tests should be addressed post 3.2.
(In reply to comment #8) > Sebastian, your comment 7 seems unreleated. Can you file a new bug with the > steps to reproduce? Sorry, for commenting here. I found the problem: I did not include junit4 in the plugin dependencies (only in the build path). No need for a new report.
verifying for RC3
verified (1) @Ignore is shown, (2) version tooltip
.