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 Feb 24, 2025
1 parent d2e24a8 commit a1dfb62
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 26 deletions.
4 changes: 2 additions & 2 deletions docs/snapshot/api/index-files/index-15.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ <h2 class="title" id="I:O">O</h2>
<dd>&nbsp;</dd>
<dt><a href="../org.junit.platform.engine/org/junit/platform/engine/support/descriptor/AbstractTestDescriptor.html#orderChildren(java.util.function.UnaryOperator)" class="member-name-link">orderChildren(UnaryOperator&lt;List&lt;TestDescriptor&gt;&gt;)</a> - Method in class org.junit.platform.engine.support.descriptor.<a href="../org.junit.platform.engine/org/junit/platform/engine/support/descriptor/AbstractTestDescriptor.html" title="class in org.junit.platform.engine.support.descriptor">AbstractTestDescriptor</a></dt>
<dd>
<div class="block">Order the children from this descriptor.</div>
<div class="block">Order the children of this descriptor.</div>
</dd>
<dt><a href="../org.junit.platform.engine/org/junit/platform/engine/TestDescriptor.html#orderChildren(java.util.function.UnaryOperator)" class="member-name-link">orderChildren(UnaryOperator&lt;List&lt;TestDescriptor&gt;&gt;)</a> - Method in interface org.junit.platform.engine.<a href="../org.junit.platform.engine/org/junit/platform/engine/TestDescriptor.html" title="interface in org.junit.platform.engine">TestDescriptor</a></dt>
<dd>
<div class="block">Order the children from this descriptor.</div>
<div class="block">Order the children of this descriptor.</div>
</dd>
<dt><a href="../org.junit.jupiter.api/org/junit/jupiter/api/ClassOrderer.ClassName.html#orderClasses(org.junit.jupiter.api.ClassOrdererContext)" class="member-name-link">orderClasses(ClassOrdererContext)</a> - Method in class org.junit.jupiter.api.<a href="../org.junit.jupiter.api/org/junit/jupiter/api/ClassOrderer.ClassName.html" title="class in org.junit.jupiter.api">ClassOrderer.ClassName</a></dt>
<dd>
Expand Down
6 changes: 4 additions & 2 deletions docs/snapshot/api/index-files/index-16.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ <h2 class="title" id="I:P">P</h2>
</dd>
<dt><a href="../org.junit.vintage.engine/org/junit/vintage/engine/Constants.html#PARALLEL_CLASS_EXECUTION" class="member-name-link">PARALLEL_CLASS_EXECUTION</a> - Static variable in class org.junit.vintage.engine.<a href="../org.junit.vintage.engine/org/junit/vintage/engine/Constants.html" title="class in org.junit.vintage.engine">Constants</a></dt>
<dd>
<div class="block">Indicates whether parallel execution is enabled for test classes in the JUnit Vintage engine.</div>
<div class="block">Indicates whether parallel execution is enabled for test classes in the
JUnit Vintage engine.</div>
</dd>
<dt><a href="../org.junit.jupiter.engine/org/junit/jupiter/engine/Constants.html#PARALLEL_CONFIG_CUSTOM_CLASS_PROPERTY_NAME" class="member-name-link">PARALLEL_CONFIG_CUSTOM_CLASS_PROPERTY_NAME</a> - Static variable in class org.junit.jupiter.engine.<a href="../org.junit.jupiter.engine/org/junit/jupiter/engine/Constants.html" title="class in org.junit.jupiter.engine">Constants</a></dt>
<dd>
Expand Down Expand Up @@ -127,7 +128,8 @@ <h2 class="title" id="I:P">P</h2>
</dd>
<dt><a href="../org.junit.vintage.engine/org/junit/vintage/engine/Constants.html#PARALLEL_METHOD_EXECUTION" class="member-name-link">PARALLEL_METHOD_EXECUTION</a> - Static variable in class org.junit.vintage.engine.<a href="../org.junit.vintage.engine/org/junit/vintage/engine/Constants.html" title="class in org.junit.vintage.engine">Constants</a></dt>
<dd>
<div class="block">Indicates whether parallel execution is enabled for test methods in the JUnit Vintage engine.</div>
<div class="block">Indicates whether parallel execution is enabled for test methods in the
JUnit Vintage engine.</div>
</dd>
<dt><a href="../org.junit.vintage.engine/org/junit/vintage/engine/Constants.html#PARALLEL_POOL_SIZE" class="member-name-link">PARALLEL_POOL_SIZE</a> - Static variable in class org.junit.vintage.engine.<a href="../org.junit.vintage.engine/org/junit/vintage/engine/Constants.html" title="class in org.junit.vintage.engine">Constants</a></dt>
<dd>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ <h2>Method Summary</h2>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#orderChildren(java.util.function.UnaryOperator)" class="member-name-link">orderChildren</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/function/UnaryOperator.html" title="class or interface in java.util.function" class="external-link">UnaryOperator</a>&lt;<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="TestDescriptor.html" title="interface in org.junit.platform.engine">TestDescriptor</a>&gt;&gt;&nbsp;orderer)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">
<div class="block">Order the children from this descriptor.</div>
<div class="block">Order the children of this descriptor.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#prune()" class="member-name-link">prune</a>()</code></div>
Expand Down Expand Up @@ -486,17 +486,18 @@ <h3>orderChildren</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#since()" title="class or interface in org.apiguardian.api" class="external-link">since</a>="1.12",
<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>)
</span><span class="modifiers">default</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">orderChildren</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/function/UnaryOperator.html" title="class or interface in java.util.function" class="external-link">UnaryOperator</a>&lt;<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="TestDescriptor.html" title="interface in org.junit.platform.engine">TestDescriptor</a>&gt;&gt;&nbsp;orderer)</span></div>
<div class="block">Order the children from this descriptor.
<div class="block">Order the children of this descriptor.

<p>The <code>orderer</code> is provided a modifiable list of child test
descriptors in this test descriptor; never <code>null</code>. The
descriptors of this test descriptor; never <code>null</code>. The
<code>orderer</code> must return a list containing the same descriptors in any
order; potentially the same list, but never <code>null</code>. If descriptors
were added or removed, an exception is thrown.</div>
are added or removed, an exception is thrown.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>orderer</code> - a unary operator to order the children of this test
descriptor.</dd>
<dd><code>orderer</code> - a unary operator to order the children of this test descriptor</dd>
<dt>Since:</dt>
<dd>1.12</dd>
</dl>
</section>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ <h2>Uses of <a href="../TestDescriptor.html" title="interface in org.junit.platf
<div class="col-first even-row-color"><code>default void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">TestDescriptor.</span><code><a href="../TestDescriptor.html#orderChildren(java.util.function.UnaryOperator)" class="member-name-link">orderChildren</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/function/UnaryOperator.html" title="class or interface in java.util.function" class="external-link">UnaryOperator</a>&lt;<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../TestDescriptor.html" title="interface in org.junit.platform.engine">TestDescriptor</a>&gt;&gt;&nbsp;orderer)</code></div>
<div class="col-last even-row-color">
<div class="block">Order the children from this descriptor.</div>
<div class="block">Order the children of this descriptor.</div>
</div>
</div>
<div class="caption"><span>Constructors in <a href="../package-summary.html">org.junit.platform.engine</a> with parameters of type <a href="../TestDescriptor.html" title="interface in org.junit.platform.engine">TestDescriptor</a></span></div>
Expand Down Expand Up @@ -514,7 +514,7 @@ <h2>Uses of <a href="../TestDescriptor.html" title="interface in org.junit.platf
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">AbstractTestDescriptor.</span><code><a href="../support/descriptor/AbstractTestDescriptor.html#orderChildren(java.util.function.UnaryOperator)" class="member-name-link">orderChildren</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/function/UnaryOperator.html" title="class or interface in java.util.function" class="external-link">UnaryOperator</a>&lt;<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../TestDescriptor.html" title="interface in org.junit.platform.engine">TestDescriptor</a>&gt;&gt;&nbsp;orderer)</code></div>
<div class="col-last even-row-color">
<div class="block">Order the children from this descriptor.</div>
<div class="block">Order the children of this descriptor.</div>
</div>
</div>
</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ <h2>Method Summary</h2>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#orderChildren(java.util.function.UnaryOperator)" class="member-name-link">orderChildren</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/function/UnaryOperator.html" title="class or interface in java.util.function" class="external-link">UnaryOperator</a>&lt;<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../../TestDescriptor.html" title="interface in org.junit.platform.engine">TestDescriptor</a>&gt;&gt;&nbsp;orderer)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Order the children from this descriptor.</div>
<div class="block">Order the children of this descriptor.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#removeChild(org.junit.platform.engine.TestDescriptor)" class="member-name-link">removeChild</a><wbr>(<a href="../../TestDescriptor.html" title="interface in org.junit.platform.engine">TestDescriptor</a>&nbsp;child)</code></div>
Expand Down Expand Up @@ -534,19 +534,18 @@ <h3>removeFromHierarchy</h3>
<section class="detail" id="orderChildren(java.util.function.UnaryOperator)">
<h3>orderChildren</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">orderChildren</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/function/UnaryOperator.html" title="class or interface in java.util.function" class="external-link">UnaryOperator</a>&lt;<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../../TestDescriptor.html" title="interface in org.junit.platform.engine">TestDescriptor</a>&gt;&gt;&nbsp;orderer)</span></div>
<div class="block">Order the children from this descriptor.
<div class="block">Order the children of this descriptor.

<p>The <code>orderer</code> is provided a modifiable list of child test
descriptors in this test descriptor; never <code>null</code>. The
descriptors of this test descriptor; never <code>null</code>. The
<code>orderer</code> must return a list containing the same descriptors in any
order; potentially the same list, but never <code>null</code>. If descriptors
were added or removed, an exception is thrown.</div>
are added or removed, an exception is thrown.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../../TestDescriptor.html#orderChildren(java.util.function.UnaryOperator)">orderChildren</a></code>&nbsp;in interface&nbsp;<code><a href="../../TestDescriptor.html" title="interface in org.junit.platform.engine">TestDescriptor</a></code></dd>
<dt>Parameters:</dt>
<dd><code>orderer</code> - a unary operator to order the children of this test
descriptor.</dd>
<dd><code>orderer</code> - a unary operator to order the children of this test descriptor</dd>
</dl>
</section>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ <h2>Field Summary</h2>
<div class="col-first even-row-color"><code>static final <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="#PARALLEL_CLASS_EXECUTION" class="member-name-link">PARALLEL_CLASS_EXECUTION</a></code></div>
<div class="col-last even-row-color">
<div class="block">Indicates whether parallel execution is enabled for test classes in the JUnit Vintage engine.</div>
<div class="block">Indicates whether parallel execution is enabled for test classes in the
JUnit Vintage engine.</div>
</div>
<div class="col-first odd-row-color"><code>static final <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="#PARALLEL_EXECUTION_ENABLED" class="member-name-link">PARALLEL_EXECUTION_ENABLED</a></code></div>
Expand All @@ -129,7 +130,8 @@ <h2>Field Summary</h2>
<div class="col-first even-row-color"><code>static final <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="#PARALLEL_METHOD_EXECUTION" class="member-name-link">PARALLEL_METHOD_EXECUTION</a></code></div>
<div class="col-last even-row-color">
<div class="block">Indicates whether parallel execution is enabled for test methods in the JUnit Vintage engine.</div>
<div class="block">Indicates whether parallel execution is enabled for test methods in the
JUnit Vintage engine.</div>
</div>
<div class="col-first odd-row-color"><code>static final <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="#PARALLEL_POOL_SIZE" class="member-name-link">PARALLEL_POOL_SIZE</a></code></div>
Expand Down Expand Up @@ -208,10 +210,11 @@ <h3>PARALLEL_CLASS_EXECUTION</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="modifiers">public static final</span>&nbsp;<span class="return-type"><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></span>&nbsp;<span class="element-name">PARALLEL_CLASS_EXECUTION</span></div>
<div class="block">Indicates whether parallel execution is enabled for test classes in the JUnit Vintage engine.
<div class="block">Indicates whether parallel execution is enabled for test classes in the
JUnit Vintage engine.

<p>Set this property to <code>true</code> to enable parallel execution of test classes.
Defaults to <code>false</code>.</div>
<p>Set this property to <code>true</code> to enable parallel execution of test
classes. Defaults to <code>false</code>.</div>
<dl class="notes">
<dt>Since:</dt>
<dd>5.12</dd>
Expand All @@ -230,10 +233,11 @@ <h3>PARALLEL_METHOD_EXECUTION</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="modifiers">public static final</span>&nbsp;<span class="return-type"><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></span>&nbsp;<span class="element-name">PARALLEL_METHOD_EXECUTION</span></div>
<div class="block">Indicates whether parallel execution is enabled for test methods in the JUnit Vintage engine.
<div class="block">Indicates whether parallel execution is enabled for test methods in the
JUnit Vintage engine.

<p>Set this property to <code>true</code> to enable parallel execution of test methods.
Defaults to <code>false</code>.</div>
<p>Set this property to <code>true</code> to enable parallel execution of test
methods. Defaults to <code>false</code>.</div>
<dl class="notes">
<dt>Since:</dt>
<dd>5.12</dd>
Expand Down

0 comments on commit a1dfb62

Please sign in to comment.