Skip to content

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

@Bananeweizen

Description

@Bananeweizen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions