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 17, 2024
1 parent 03f2145 commit afae80c
Show file tree
Hide file tree
Showing 17 changed files with 1,516 additions and 963 deletions.
1,886 changes: 945 additions & 941 deletions docs/snapshot/api/allclasses-index.html

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions docs/snapshot/api/index-files/index-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,14 @@ <h2 class="title" id="I:A">A</h2>
<div class="block"><code>ArgumentConverter</code> is an abstraction that allows an input object to
be converted to an instance of a different class.</div>
</dd>
<dt><a href="../org.junit.jupiter.params/org/junit/jupiter/params/ParameterizedTest.html#argumentCountValidation()" class="member-name-link">argumentCountValidation()</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 how the number of arguments provided by an <a href="../org.junit.jupiter.params/org/junit/jupiter/params/provider/ArgumentsSource.html" title="annotation interface in org.junit.jupiter.params.provider"><code>ArgumentsSource</code></a> are validated.</div>
</dd>
<dt><a href="../org.junit.jupiter.params/org/junit/jupiter/params/ArgumentCountValidationMode.html" class="type-name-link" title="enum class in org.junit.jupiter.params">ArgumentCountValidationMode</a> - Enum Class in <a href="../org.junit.jupiter.params/org/junit/jupiter/params/package-summary.html">org.junit.jupiter.params</a></dt>
<dd>
<div class="block">Enumeration of argument count validation modes for <a href="../org.junit.jupiter.params/org/junit/jupiter/params/ParameterizedTest.html" title="annotation interface in org.junit.jupiter.params"><code>@ParameterizedTest</code></a>.</div>
</dd>
<dt><a href="../org.junit.jupiter.params/org/junit/jupiter/params/provider/Arguments.html#arguments(java.lang.Object...)" class="member-name-link">arguments(Object...)</a> - Static method in interface org.junit.jupiter.params.provider.<a href="../org.junit.jupiter.params/org/junit/jupiter/params/provider/Arguments.html" title="interface in org.junit.jupiter.params.provider">Arguments</a></dt>
<dd>
<div class="block">Factory method for creating an instance of <code>Arguments</code> based on
Expand Down
4 changes: 4 additions & 0 deletions docs/snapshot/api/index-files/index-14.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ <h2 class="title" id="I:N">N</h2>
the <code>TestWatcher</code> API is not supported for <code>@TestFactory</code>
containers.</div>
</dd>
<dt><a href="../org.junit.jupiter.params/org/junit/jupiter/params/ArgumentCountValidationMode.html#NONE" class="member-name-link">NONE</a> - Enum constant in enum class org.junit.jupiter.params.<a href="../org.junit.jupiter.params/org/junit/jupiter/params/ArgumentCountValidationMode.html" title="enum class in org.junit.jupiter.params">ArgumentCountValidationMode</a></dt>
<dd>
<div class="block">Use the "none" argument count validation mode.</div>
</dd>
<dt><a href="../org.junit.platform.console/org/junit/platform/console/options/Details.html#NONE" class="member-name-link">NONE</a> - Enum constant in enum class org.junit.platform.console.options.<a href="../org.junit.platform.console/org/junit/platform/console/options/Details.html" title="enum class in org.junit.platform.console.options">Details</a></dt>
<dd>
<div class="block">No test plan execution details are printed.</div>
Expand Down
4 changes: 4 additions & 0 deletions docs/snapshot/api/index-files/index-19.html
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,10 @@ <h2 class="title" id="I:S">S</h2>
<dd>
<div class="block">since 1.10</div>
</dd>
<dt><a href="../org.junit.jupiter.params/org/junit/jupiter/params/ArgumentCountValidationMode.html#STRICT" class="member-name-link">STRICT</a> - Enum constant in enum class org.junit.jupiter.params.<a href="../org.junit.jupiter.params/org/junit/jupiter/params/ArgumentCountValidationMode.html" title="enum class in org.junit.jupiter.params">ArgumentCountValidationMode</a></dt>
<dd>
<div class="block">Use the strict argument count validation mode.</div>
</dd>
<dt><a href="../org.junit.jupiter.params/org/junit/jupiter/params/provider/ValueSource.html#strings()" class="member-name-link">strings()</a> - Element in annotation interface org.junit.jupiter.params.provider.<a href="../org.junit.jupiter.params/org/junit/jupiter/params/provider/ValueSource.html" title="annotation interface in org.junit.jupiter.params.provider">ValueSource</a></dt>
<dd>
<div class="block">The <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"><code>String</code></a> values to use as sources of arguments; must not be empty.</div>
Expand Down
9 changes: 9 additions & 0 deletions docs/snapshot/api/index-files/index-22.html
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,10 @@ <h2 class="title" id="I:V">V</h2>
<dd>
<div class="block">Returns the enum constant of this class with the specified name.</div>
</dd>
<dt><a href="../org.junit.jupiter.params/org/junit/jupiter/params/ArgumentCountValidationMode.html#valueOf(java.lang.String)" class="member-name-link">valueOf(String)</a> - Static method in enum class org.junit.jupiter.params.<a href="../org.junit.jupiter.params/org/junit/jupiter/params/ArgumentCountValidationMode.html" title="enum class in org.junit.jupiter.params">ArgumentCountValidationMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this class with the specified name.</div>
</dd>
<dt><a href="../org.junit.jupiter.params/org/junit/jupiter/params/provider/EnumSource.Mode.html#valueOf(java.lang.String)" class="member-name-link">valueOf(String)</a> - Static method in enum class org.junit.jupiter.params.provider.<a href="../org.junit.jupiter.params/org/junit/jupiter/params/provider/EnumSource.Mode.html" title="enum class in org.junit.jupiter.params.provider">EnumSource.Mode</a></dt>
<dd>
<div class="block">Returns the enum constant of this class with the specified name.</div>
Expand Down Expand Up @@ -495,6 +499,11 @@ <h2 class="title" id="I:V">V</h2>
<div class="block">Returns an array containing the constants of this enum class, in
the order they are declared.</div>
</dd>
<dt><a href="../org.junit.jupiter.params/org/junit/jupiter/params/ArgumentCountValidationMode.html#values()" class="member-name-link">values()</a> - Static method in enum class org.junit.jupiter.params.<a href="../org.junit.jupiter.params/org/junit/jupiter/params/ArgumentCountValidationMode.html" title="enum class in org.junit.jupiter.params">ArgumentCountValidationMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum class, in
the order they are declared.</div>
</dd>
<dt><a href="../org.junit.jupiter.params/org/junit/jupiter/params/provider/EnumSource.Mode.html#values()" class="member-name-link">values()</a> - Static method in enum class org.junit.jupiter.params.provider.<a href="../org.junit.jupiter.params/org/junit/jupiter/params/provider/EnumSource.Mode.html" title="enum class in org.junit.jupiter.params.provider">EnumSource.Mode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum class, in
Expand Down
4 changes: 4 additions & 0 deletions docs/snapshot/api/index-files/index-4.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ <h2 class="title" id="I:D">D</h2>
<dd>
<div class="block">Use the default cleanup mode.</div>
</dd>
<dt><a href="../org.junit.jupiter.params/org/junit/jupiter/params/ArgumentCountValidationMode.html#DEFAULT" class="member-name-link">DEFAULT</a> - Enum constant in enum class org.junit.jupiter.params.<a href="../org.junit.jupiter.params/org/junit/jupiter/params/ArgumentCountValidationMode.html" title="enum class in org.junit.jupiter.params">ArgumentCountValidationMode</a></dt>
<dd>
<div class="block">Use the default validation mode.</div>
</dd>
<dt><a href="../org.junit.platform.commons/org/junit/platform/commons/support/SearchOption.html#DEFAULT" class="member-name-link">DEFAULT</a> - Enum constant in enum class org.junit.platform.commons.support.<a href="../org.junit.platform.commons/org/junit/platform/commons/support/SearchOption.html" title="enum class in org.junit.platform.commons.support">SearchOption</a></dt>
<dd>
<div class="block">Search the inheritance hierarchy (i.e., the current class, implemented
Expand Down
2 changes: 1 addition & 1 deletion docs/snapshot/api/member-search-index.js

Large diffs are not rendered by default.

Loading

0 comments on commit afae80c

Please sign in to comment.