Skip to content

Commit

Permalink
Document listener method pair ordering change in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Dec 30, 2022
1 parent b2352a1 commit 52349c7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ JUnit repository on GitHub.

* Introduce `TestPlan.getTestIdentifier(UniqueId)` and `TestPlan.getChildren(UniqueId)` to
avoid parsing unique IDs unnecessarily during test execution.
* For consistency with Jupiter lifecycle callbacks, listener method pairs for started/
finished and opened/closed events are now called using "wrap" semantics, i.e. the latter
methods are called in reverse order compared to the former when multiple listeners are
registered. This affects the following listener interfaces: `TestExecutionListener`,
`EngineExecutionListener`, `LauncherDiscoveryListener`, and `LauncherSessionListener`.


[[release-notes-5.9.2-junit-jupiter]]
Expand Down

0 comments on commit 52349c7

Please sign in to comment.