Skip to content

Commit

Permalink
Document MethodFilter cli options and add an example
Browse files Browse the repository at this point in the history
  • Loading branch information
yhkuo41 committed Apr 19, 2023
1 parent d0dfffb commit 817fe4b
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -40,8 +40,11 @@ repository on GitHub.
details.
* 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.
* New `--exclude-methodname` and `--include-methodname` options added to the
`ConsoleLauncher` to include or exclude methods based on fully qualified method names
without parameters. For example, `--exclude-methodname=^org\.example\..+#methodname`
will exclude all methods called `methodName` under package `org.example`.

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

0 comments on commit 817fe4b

Please sign in to comment.