Skip to content

Commit

Permalink
Fix @ArgumentsSource annotation name in user guide (#2980)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavvvr committed Jul 21, 2022
1 parent 5407208 commit 5fdb138
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1851,7 +1851,7 @@ if they exceed the configured maximum length. The limit is configurable via the
`junit.jupiter.params.displayname.argument.maxlength` configuration parameter and defaults
to 512 characters.

When using `@MethodSource` or `@ArgumentSource`, you can provide custom names for
When using `@MethodSource` or `@ArgumentsSource`, you can provide custom names for
arguments using the `{Named}` API. A custom name will be used if the argument is included
in the invocation display name, like in the example below.

Expand Down

0 comments on commit 5fdb138

Please sign in to comment.