Skip to content

Commit

Permalink
Introduce method filter support in the ConsoleLauncher
Browse files Browse the repository at this point in the history
  • Loading branch information
yhkuo41 committed Apr 19, 2023
1 parent 409aed0 commit 0a14149
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -45,6 +45,7 @@ will exclude all methods called `methodName` under package `org.example`.
* The new `testfeed` details mode for `ConsoleLauncher` prints test execution events as
they occur in a concise format.

* Introduce `MethodFilter` to include or exclude methods based on fully qualified method names without parameters.

[[release-notes-5.10.0-M1-junit-jupiter]]
=== JUnit Jupiter
Expand Down

0 comments on commit 0a14149

Please sign in to comment.