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 Jul 19, 2024
1 parent c30e62b commit b6456f8
Show file tree
Hide file tree
Showing 27 changed files with 757 additions and 134 deletions.
12 changes: 12 additions & 0 deletions docs/snapshot/api/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,18 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
<div class="block"><code>@ConfigurationParameters</code> is a container for one or more
<a href="org.junit.platform.suite.api/org/junit/platform/suite/api/ConfigurationParameter.html" title="annotation interface in org.junit.platform.suite.api"><code>@ConfigurationParameter</code></a> declarations.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab6"><a href="org.junit.platform.suite.api/org/junit/platform/suite/api/ConfigurationParametersResource.html" title="annotation interface in org.junit.platform.suite.api">ConfigurationParametersResource</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab6">
<div class="block"><code>@ConfigurationParametersResource</code> is a
<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/annotation/Repeatable.html" title="class or interface in java.lang.annotation" class="external-link">repeatable</a> annotation that specifies a configuration
file in Java's properties format on the classpath to be added to the
discovery request when running a test suite on the JUnit Platform.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab6"><a href="org.junit.platform.suite.api/org/junit/platform/suite/api/ConfigurationParametersResources.html" title="annotation interface in org.junit.platform.suite.api">ConfigurationParametersResources</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab6">
<div class="block"><code>@ConfigurationParametersResources</code> is a container for one or more
<a href="org.junit.platform.suite.api/org/junit/platform/suite/api/ConfigurationParametersResource.html" title="annotation interface in org.junit.platform.suite.api"><code>@ConfigurationParametersResource</code></a> declarations.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org.junit.platform.console/org/junit/platform/console/ConsoleLauncher.html" title="class in org.junit.platform.console">ConsoleLauncher</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">The <code>ConsoleLauncher</code> is a stand-alone application for launching the
Expand Down
2 changes: 2 additions & 0 deletions docs/snapshot/api/index-files/index-19.html
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,8 @@ <h2 class="title" id="I:S">S</h2>
<dd>&nbsp;</dd>
<dt><a href="../org.junit.platform.console/org/junit/platform/console/options/TestDiscoveryOptions.html#setConfigurationParameters(java.util.Map)" class="member-name-link">setConfigurationParameters(Map&lt;String, String&gt;)</a> - Method in class org.junit.platform.console.options.<a href="../org.junit.platform.console/org/junit/platform/console/options/TestDiscoveryOptions.html" title="class in org.junit.platform.console.options">TestDiscoveryOptions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../org.junit.platform.console/org/junit/platform/console/options/TestDiscoveryOptions.html#setConfigurationParametersResources(java.util.List)" class="member-name-link">setConfigurationParametersResources(List&lt;String&gt;)</a> - Method in class org.junit.platform.console.options.<a href="../org.junit.platform.console/org/junit/platform/console/options/TestDiscoveryOptions.html" title="class in org.junit.platform.console.options">TestDiscoveryOptions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../org.junit.jupiter.engine/org/junit/jupiter/engine/descriptor/ClassBasedTestDescriptor.html#setDefaultChildExecutionMode(org.junit.platform.engine.support.hierarchical.Node.ExecutionMode)" class="member-name-link">setDefaultChildExecutionMode(Node.ExecutionMode)</a> - Method in class org.junit.jupiter.engine.descriptor.<a href="../org.junit.jupiter.engine/org/junit/jupiter/engine/descriptor/ClassBasedTestDescriptor.html" title="class in org.junit.jupiter.engine.descriptor">ClassBasedTestDescriptor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../org.junit.platform.console/org/junit/platform/console/options/TestConsoleOutputOptions.html#setDetails(org.junit.platform.console.options.Details)" class="member-name-link">setDetails(Details)</a> - Method in class org.junit.platform.console.options.<a href="../org.junit.platform.console/org/junit/platform/console/options/TestConsoleOutputOptions.html" title="class in org.junit.platform.console.options">TestConsoleOutputOptions</a></dt>
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 @@ -255,6 +255,15 @@ <h2 class="title" id="I:V">V</h2>
<div class="block">An array of one or more <a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/ConfigurationParameter.html" title="annotation interface in org.junit.platform.suite.api"><code>@ConfigurationParameter</code></a>
declarations.</div>
</dd>
<dt><a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/ConfigurationParametersResource.html#value()" class="member-name-link">value()</a> - Element in annotation interface org.junit.platform.suite.api.<a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/ConfigurationParametersResource.html" title="annotation interface in org.junit.platform.suite.api">ConfigurationParametersResource</a></dt>
<dd>
<div class="block">The classpath location for the desired properties file; never <code>null</code> or blank.</div>
</dd>
<dt><a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/ConfigurationParametersResources.html#value()" class="member-name-link">value()</a> - Element in annotation interface org.junit.platform.suite.api.<a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/ConfigurationParametersResources.html" title="annotation interface in org.junit.platform.suite.api">ConfigurationParametersResources</a></dt>
<dd>
<div class="block">An array of one or more <a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/ConfigurationParametersResource.html" title="annotation interface in org.junit.platform.suite.api"><code>@ConfigurationParameterResource</code></a>
declarations.</div>
</dd>
<dt><a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/ExcludeClassNamePatterns.html#value()" class="member-name-link">value()</a> - Element in annotation interface org.junit.platform.suite.api.<a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/ExcludeClassNamePatterns.html" title="annotation interface in org.junit.platform.suite.api">ExcludeClassNamePatterns</a></dt>
<dd>
<div class="block">Regular expressions used to match against fully qualified class names.</div>
Expand Down
18 changes: 18 additions & 0 deletions docs/snapshot/api/index-files/index-3.html
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,24 @@ <h2 class="title" id="I:C">C</h2>
<div class="block"><code>@ConfigurationParameters</code> is a container for one or more
<a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/ConfigurationParameter.html" title="annotation interface in org.junit.platform.suite.api"><code>@ConfigurationParameter</code></a> declarations.</div>
</dd>
<dt><a href="../org.junit.platform.suite.commons/org/junit/platform/suite/commons/SuiteLauncherDiscoveryRequestBuilder.html#configurationParametersResource(java.lang.String)" class="member-name-link">configurationParametersResource(String)</a> - Method in class org.junit.platform.suite.commons.<a href="../org.junit.platform.suite.commons/org/junit/platform/suite/commons/SuiteLauncherDiscoveryRequestBuilder.html" title="class in org.junit.platform.suite.commons">SuiteLauncherDiscoveryRequestBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/ConfigurationParametersResource.html" class="type-name-link" title="annotation interface in org.junit.platform.suite.api">ConfigurationParametersResource</a> - Annotation Interface in <a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/package-summary.html">org.junit.platform.suite.api</a></dt>
<dd>
<div class="block"><code>@ConfigurationParametersResource</code> is a
<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/annotation/Repeatable.html" title="class or interface in java.lang.annotation" class="external-link">repeatable</a> annotation that specifies a configuration
file in Java's properties format on the classpath to be added to the
discovery request when running a test suite on the JUnit Platform.</div>
</dd>
<dt><a href="../org.junit.platform.launcher/org/junit/platform/launcher/core/LauncherDiscoveryRequestBuilder.html#configurationParametersResources(java.lang.String...)" class="member-name-link">configurationParametersResources(String...)</a> - Method in class org.junit.platform.launcher.core.<a href="../org.junit.platform.launcher/org/junit/platform/launcher/core/LauncherDiscoveryRequestBuilder.html" title="class in org.junit.platform.launcher.core">LauncherDiscoveryRequestBuilder</a></dt>
<dd>
<div class="block">Add all of the supplied configuration parameters resource files to the request.</div>
</dd>
<dt><a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/ConfigurationParametersResources.html" class="type-name-link" title="annotation interface in org.junit.platform.suite.api">ConfigurationParametersResources</a> - Annotation Interface in <a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/package-summary.html">org.junit.platform.suite.api</a></dt>
<dd>
<div class="block"><code>@ConfigurationParametersResources</code> is a container for one or more
<a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/ConfigurationParametersResource.html" title="annotation interface in org.junit.platform.suite.api"><code>@ConfigurationParametersResource</code></a> declarations.</div>
</dd>
<dt><a href="../org.junit.platform.console/org/junit/platform/console/ConsoleLauncher.html" class="type-name-link" title="class in org.junit.platform.console">ConsoleLauncher</a> - Class in <a href="../org.junit.platform.console/org/junit/platform/console/package-summary.html">org.junit.platform.console</a></dt>
<dd>
<div class="block">The <code>ConsoleLauncher</code> is a stand-alone application for launching the
Expand Down
2 changes: 2 additions & 0 deletions docs/snapshot/api/index-files/index-7.html
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,8 @@ <h2 class="title" id="I:G">G</h2>
<dd>
<div class="block">Get the <a href="../org.junit.platform.engine/org/junit/platform/engine/ConfigurationParameters.html" title="interface in org.junit.platform.engine"><code>ConfigurationParameters</code></a> for this test plan.</div>
</dd>
<dt><a href="../org.junit.platform.console/org/junit/platform/console/options/TestDiscoveryOptions.html#getConfigurationParametersResources()" class="member-name-link">getConfigurationParametersResources()</a> - Method in class org.junit.platform.console.options.<a href="../org.junit.platform.console/org/junit/platform/console/options/TestDiscoveryOptions.html" title="class in org.junit.platform.console.options">TestDiscoveryOptions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../org.junit.platform.launcher/org/junit/platform/launcher/listeners/TestExecutionSummary.html#getContainersAbortedCount()" class="member-name-link">getContainersAbortedCount()</a> - Method in interface org.junit.platform.launcher.listeners.<a href="../org.junit.platform.launcher/org/junit/platform/launcher/listeners/TestExecutionSummary.html" title="interface in org.junit.platform.launcher.listeners">TestExecutionSummary</a></dt>
<dd>
<div class="block">Get the number of containers aborted.</div>
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 b6456f8

Please sign in to comment.