Commit 751bf29
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- documentation/src/docs/asciidoc/release-notes
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
| |||
0 commit comments