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

Use suite events for more accurate reporting #2985

Merged
merged 1 commit into from Jul 26, 2022

Conversation

marcphilipp
Copy link
Member

@marcphilipp marcphilipp commented Jul 26, 2022

In 4.13 testSuiteStarted/Finished were introduced. While top-level test
class events were already reported at the appropriate time, events for
intermediate levels such as iterations of the Parameterized runner or
classes executed by the Suite runner were created synthetically when
the first test was started and the last test was finished, respectively.


I hereby agree to the terms of the JUnit Contributor License Agreement.


Definition of Done

In 4.13 testSuiteStarted/Finished were introduced. While top-level test
class events were already reported at the appropriate time, events for
intermediate levels such as iterations of the `Parameterized` runner or
classes executed by the `Suite` runner were created synthetically when
the first test was started and the last test was finished, respectively.
@marcphilipp marcphilipp added this to the 5.9 GA milestone Jul 26, 2022
@marcphilipp marcphilipp self-assigned this Jul 26, 2022
@marcphilipp marcphilipp merged commit be55668 into main Jul 26, 2022
@marcphilipp marcphilipp deleted the marc/vintage/suite-events branch July 26, 2022 14:13
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

Successfully merging this pull request may close these issues.

None yet

1 participant