Skip to content

Commit

Permalink
Improve user guide readability related to repeatable annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Madalin Giurca committed Apr 25, 2024
1 parent f899d5b commit f8d041d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/src/docs/asciidoc/user-guide/writing-tests.adoc
Expand Up @@ -1965,8 +1965,8 @@ you have the possibility to extend the `{AnnotationBasedArgumentsProvider}` clas

[[writing-tests-parameterized-repeatable-sources]]
===== Multiple sources using repeatable annotations
Repeatable annotations allows you a convenient way to provide multiple sources from
different providers whenever it fits.
Repeatable annotations provide a convenient way to specify multiple sources from
different providers.

[source,java,indent=0]
----
Expand All @@ -1980,7 +1980,7 @@ Following the above parameterized test, a test case will run for each argument:
[2] bar
----

Annotations that support repeatable capability:
The following annotations are repeatable:

* `@ValueSource`
* `@EnumSource`
Expand Down

0 comments on commit f8d041d

Please sign in to comment.