Skip to content

Commit

Permalink
Generated by gradle-git-publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
junit-builds committed Nov 23, 2024
1 parent c13c4e2 commit a2077c3
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 31 deletions.
5 changes: 5 additions & 0 deletions docs/snapshot/api/index-files/index-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,11 @@ <h2 class="title" id="I:A">A</h2>
<dd>&nbsp;</dd>
<dt><a href="../org.junit.jupiter.engine/org/junit/jupiter/engine/descriptor/DynamicDescendantFilter.html#allowUniqueIdPrefix(org.junit.platform.engine.UniqueId)" class="member-name-link">allowUniqueIdPrefix(UniqueId)</a> - Method in class org.junit.jupiter.engine.descriptor.<a href="../org.junit.jupiter.engine/org/junit/jupiter/engine/descriptor/DynamicDescendantFilter.html" title="class in org.junit.jupiter.engine.descriptor">DynamicDescendantFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../org.junit.jupiter.params/org/junit/jupiter/params/ParameterizedTest.html#allowZeroInvocations()" class="member-name-link">allowZeroInvocations()</a> - Element in annotation interface org.junit.jupiter.params.<a href="../org.junit.jupiter.params/org/junit/jupiter/params/ParameterizedTest.html" title="annotation interface in org.junit.jupiter.params">ParameterizedTest</a></dt>
<dd>
<div class="block">Configure whether zero invocations are allowed for this
parameterized test.</div>
</dd>
<dt><a href="../org.junit.jupiter.api/org/junit/jupiter/api/MethodOrderer.Alphanumeric.html#%3Cinit%3E()" class="member-name-link">Alphanumeric()</a> - Constructor for class org.junit.jupiter.api.<a href="../org.junit.jupiter.api/org/junit/jupiter/api/MethodOrderer.Alphanumeric.html" title="class in org.junit.jupiter.api">MethodOrderer.Alphanumeric</a></dt>
<dd>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
Expand Down
5 changes: 0 additions & 5 deletions docs/snapshot/api/index-files/index-18.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,11 +360,6 @@ <h2 class="title" id="I:R">R</h2>
<dd>
<div class="block">Create a new <code>SuiteLauncherDiscoveryRequestBuilder</code>.</div>
</dd>
<dt><a href="../org.junit.jupiter.params/org/junit/jupiter/params/ParameterizedTest.html#requireArguments()" class="member-name-link">requireArguments()</a> - Element in annotation interface org.junit.jupiter.params.<a href="../org.junit.jupiter.params/org/junit/jupiter/params/ParameterizedTest.html" title="annotation interface in org.junit.jupiter.params">ParameterizedTest</a></dt>
<dd>
<div class="block">Configure whether at least one set of arguments is required for this
parameterized test.</div>
</dd>
<dt><a href="../org.junit.platform.commons/org/junit/platform/commons/annotation/Testable.html#requirements-for-ides-and-tooling-vendors-heading" class="search-tag-link">Requirements for IDEs and Tooling Vendors</a> - Search tag in annotation interface org.junit.platform.commons.annotation.Testable</dt>
<dd>Section</dd>
<dt><a href="../org.junit.platform.engine/org/junit/platform/engine/TestTag.html#RESERVED_CHARACTERS" class="member-name-link">RESERVED_CHARACTERS</a> - Static variable in class org.junit.platform.engine.<a href="../org.junit.platform.engine/org/junit/platform/engine/TestTag.html" title="class in org.junit.platform.engine">TestTag</a></dt>
Expand Down
2 changes: 1 addition & 1 deletion docs/snapshot/api/member-search-index.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -215,31 +215,31 @@ <h2>Optional Element Summary</h2>
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Optional Element</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code><a href="ArgumentCountValidationMode.html" title="enum class in org.junit.jupiter.params">ArgumentCountValidationMode</a></code></div>
<div class="col-second even-row-color"><code><a href="#argumentCountValidation()" class="member-name-link">argumentCountValidation</a></code></div>
<div class="col-first even-row-color"><code>boolean</code></div>
<div class="col-second even-row-color"><code><a href="#allowZeroInvocations()" class="member-name-link">allowZeroInvocations</a></code></div>
<div class="col-last even-row-color">
<div class="block">Configure how the number of arguments provided by an <a href="provider/ArgumentsSource.html" title="annotation interface in org.junit.jupiter.params.provider"><code>ArgumentsSource</code></a> are validated.</div>
<div class="block">Configure whether zero invocations are allowed for this
parameterized test.</div>
</div>
<div class="col-first odd-row-color"><code>boolean</code></div>
<div class="col-second odd-row-color"><code><a href="#autoCloseArguments()" class="member-name-link">autoCloseArguments</a></code></div>
<div class="col-first odd-row-color"><code><a href="ArgumentCountValidationMode.html" title="enum class in org.junit.jupiter.params">ArgumentCountValidationMode</a></code></div>
<div class="col-second odd-row-color"><code><a href="#argumentCountValidation()" class="member-name-link">argumentCountValidation</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Configure how the number of arguments provided by an <a href="provider/ArgumentsSource.html" title="annotation interface in org.junit.jupiter.params.provider"><code>ArgumentsSource</code></a> are validated.</div>
</div>
<div class="col-first even-row-color"><code>boolean</code></div>
<div class="col-second even-row-color"><code><a href="#autoCloseArguments()" class="member-name-link">autoCloseArguments</a></code></div>
<div class="col-last even-row-color">
<div class="block">Configure whether all arguments of the parameterized test that implement <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/AutoCloseable.html" title="class or interface in java.lang" class="external-link"><code>AutoCloseable</code></a>
will be closed after <a href="../../../../../org.junit.jupiter.api/org/junit/jupiter/api/AfterEach.html" title="annotation interface in org.junit.jupiter.api"><code>@AfterEach</code></a> methods
and <a href="../../../../../org.junit.jupiter.api/org/junit/jupiter/api/extension/AfterEachCallback.html" title="interface in org.junit.jupiter.api.extension"><code>AfterEachCallback</code></a>
extensions have been called for the current parameterized test invocation.</div>
</div>
<div class="col-first even-row-color"><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color"><code><a href="#name()" class="member-name-link">name</a></code></div>
<div class="col-last even-row-color">
<div class="col-first odd-row-color"><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color"><code><a href="#name()" class="member-name-link">name</a></code></div>
<div class="col-last odd-row-color">
<div class="block">The display name to be used for individual invocations of the
parameterized test; never blank or consisting solely of whitespace.</div>
</div>
<div class="col-first odd-row-color"><code>boolean</code></div>
<div class="col-second odd-row-color"><code><a href="#requireArguments()" class="member-name-link">requireArguments</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Configure whether at least one set of arguments is required for this
parameterized test.</div>
</div>
</div>
</section>
</li>
Expand Down Expand Up @@ -569,25 +569,25 @@ <h3>autoCloseArguments</h3>
</section>
</li>
<li>
<section class="detail" id="requireArguments()">
<h3>requireArguments</h3>
<section class="detail" id="allowZeroInvocations()">
<h3>allowZeroInvocations</h3>
<div class="member-signature"><span class="annotations"><a href="https://apiguardian-team.github.io/apiguardian/docs/1.1.2/api/org/apiguardian/api/API.html" title="class or interface in org.apiguardian.api" class="external-link">@API</a>(<a href="https://apiguardian-team.github.io/apiguardian/docs/1.1.2/api/org/apiguardian/api/API.html#status()" title="class or interface in org.apiguardian.api" class="external-link">status</a>=<a href="https://apiguardian-team.github.io/apiguardian/docs/1.1.2/api/org/apiguardian/api/API.Status.html#EXPERIMENTAL" title="class or interface in org.apiguardian.api" class="external-link">EXPERIMENTAL</a>,
<a href="https://apiguardian-team.github.io/apiguardian/docs/1.1.2/api/org/apiguardian/api/API.html#since()" title="class or interface in org.apiguardian.api" class="external-link">since</a>="5.12")
</span><span class="return-type">boolean</span>&nbsp;<span class="element-name">requireArguments</span></div>
<div class="block">Configure whether at least one set of arguments is required for this
</span><span class="return-type">boolean</span>&nbsp;<span class="element-name">allowZeroInvocations</span></div>
<div class="block">Configure whether zero invocations are allowed for this
parameterized test.

<p>Set this attribute to <code>false</code> if the absence of arguments is
<p>Set this attribute to <code>true</code> if the absence of invocations is
expected in some cases and should not cause a test failure.

<p>Defaults to <code>true</code>.</div>
<p>Defaults to <code>false</code>.</div>
<dl class="notes">
<dt>Since:</dt>
<dd>5.12</dd>
</dl>
<dl class="notes">
<dt>Default:</dt>
<dd><code>true</code></dd>
<dd><code>false</code></dd>
</dl>
</section>
</li>
Expand Down
4 changes: 2 additions & 2 deletions docs/snapshot/release-notes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -661,8 +661,8 @@ <h4 id="release-notes-5.12.0-M1-junit-jupiter-new-features-and-improvements"><a
method.</p>
</li>
<li>
<p>The new <code>@ParameterizedTest(requireArguments = false)</code> attribute allows to specify that
the absence of arguments is expected in some cases and should not cause a test failure.</p>
<p>The new <code>@ParameterizedTest(allowZeroInvocations = true)</code> attribute allows to specify that
the absence of invocations is expected in some cases and should not cause a test failure.</p>
</li>
<li>
<p>Allow determining "shared resources" at runtime via the new <code>@ResourceLock#providers</code>
Expand Down
4 changes: 2 additions & 2 deletions docs/snapshot/user-guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14177,12 +14177,12 @@ <h3 id="api-evolution-experimental-apis"><a class="anchor" href="#api-evolution-
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>org.junit.jupiter.params</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>ParameterizedTest.argumentCountValidation()</code> <em>(annotation attribute)</em></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>ParameterizedTest.allowZeroInvocations()</code> <em>(annotation attribute)</em></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>5.12</code></p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>org.junit.jupiter.params</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>ParameterizedTest.requireArguments()</code> <em>(annotation attribute)</em></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>ParameterizedTest.argumentCountValidation()</code> <em>(annotation attribute)</em></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>5.12</code></p></td>
</tr>
<tr>
Expand Down

0 comments on commit a2077c3

Please sign in to comment.