Skip to content

Commit 751bf29

Browse files
marcphilippmmerdes
authored andcommitted
Allow using DynamicTestExecutor with custom listener (#2238)
- Add `Node.DynamicTestExecutor#execute(TestDescriptor, EngineExecutionListener)` for engines that wish to pass a custom `EngineExecutionListener` and cancel or wait for the execution of a submitted test via the returned `Future`. - Add `EngineExecutionListener.NOOP` and change all declared methods to have empty default implementations. Resolves #2188.
1 parent aeecfba commit 751bf29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-5.7.0-M1.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ on GitHub.
3838
implementations.
3939
* The TestKit now allows to match conditions with events loosely, i.e. an incomplete match
4040
with or without a fixed order.
41+
* Add `Node.DynamicTestExecutor#execute(TestDescriptor, EngineExecutionListener)` for
42+
engines that wish to pass a custom `EngineExecutionListener` and cancel or wait for the
43+
execution of a submitted test via the returned `Future`.
44+
* Add `EngineExecutionListener.NOOP` and change all declared methods to have empty default
45+
implementations.
4146

4247
[[release-notes-5.7.0-M1-junit-jupiter]]
4348
=== JUnit Jupiter

0 commit comments

Comments
 (0)