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 Mar 7, 2023
1 parent 04accdd commit 827ca47
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -36,7 +36,10 @@ repository on GitHub.
of the former. Please refer to the
<<../user-guide/index.adoc#launcher-api-launcher-interceptors-custom, User Guide>> for
details.
* 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 827ca47

Please sign in to comment.