eclipse-extras
eclipse-extras copied to clipboard
[JUnit Statusbar] Total number wrong for dynamic/parameterized tests
For dynamic or parameterized tests in Junit Jupiter, the number of actual tests executed is not known in advance. The JUnit view therefore updates that number during the test execution (and as a user, you see the total growing whenever dynamic/parameterized methods are executed). The same needs to happen in the status bar. Right now it only counts the number of test methods, thereby showing the same number as the JUnit view shows at the beginning.
Example after running some tests including above mentioned parameterized tests:
