Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JUnit Statusbar] Total number wrong for dynamic/parameterized tests #65

Open
Bananeweizen opened this issue Oct 20, 2022 · 0 comments
Open

Comments

@Bananeweizen
Copy link

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:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant