Skip to content

Commit 7bafb7e

Browse files
Update documentation wording
1 parent 6527613 commit 7bafb7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-5.12.0-M1.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ JUnit repository on GitHub.
8686
invocation contexts by overriding the new `mayReturnZeroTestTemplateInvocationContexts`
8787
method.
8888
* The new `@ParameterizedTest(allowZeroInvocations = true)` attribute allows to specify that
89-
the absence of arguments is expected in some cases and should not cause a test failure.
89+
the absence of invocations is expected in some cases and should not cause a test failure.
9090
* Allow determining "shared resources" at runtime via the new `@ResourceLock#providers`
9191
attribute that accepts implementations of `ResourceLocksProvider`.
9292
* Extensions that implement `TestInstancePreConstructCallback`, `TestInstanceFactory`,

junit-jupiter-params/src/main/java/org/junit/jupiter/params/ParameterizedTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
* Configure whether zero invocations are allowed for this
297297
* parameterized test.
298298
*
299-
* <p>Set this attribute to {@code true} if the absence of arguments is
299+
* <p>Set this attribute to {@code true} if the absence of invocations is
300300
* expected in some cases and should not cause a test failure.
301301
*
302302
* <p>Defaults to {@code false}.

0 commit comments

Comments
 (0)