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 Jan 8, 2025
1 parent c30eb01 commit b14c233
Show file tree
Hide file tree
Showing 13 changed files with 1,181 additions and 839 deletions.
1,658 changes: 831 additions & 827 deletions docs/snapshot/api/allclasses-index.html

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions docs/snapshot/api/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,22 @@ <h2 title="org.junit.*">org.junit.*</h2>
</ul>
<ul class="block-list">
<li>
<div class="caption"><span>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></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Constant Field</div>
<div class="table-header col-last">Value</div>
<div class="col-first even-row-color"><code id="org.junit.vintage.engine.Constants.PARALLEL_EXECUTION_ENABLED">public&nbsp;static&nbsp;final&nbsp;<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="org.junit.vintage.engine/org/junit/vintage/engine/Constants.html#PARALLEL_EXECUTION_ENABLED">PARALLEL_EXECUTION_ENABLED</a></code></div>
<div class="col-last even-row-color"><code>"junit.vintage.execution.parallel.enabled"</code></div>
<div class="col-first odd-row-color"><code id="org.junit.vintage.engine.Constants.PARALLEL_POOL_SIZE">public&nbsp;static&nbsp;final&nbsp;<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="org.junit.vintage.engine/org/junit/vintage/engine/Constants.html#PARALLEL_POOL_SIZE">PARALLEL_POOL_SIZE</a></code></div>
<div class="col-last odd-row-color"><code>"junit.vintage.execution.parallel.pool-size"</code></div>
</div>
</li>
</ul>
<ul class="block-list">
<li>
<div class="caption"><span>org.junit.vintage.engine.descriptor.<a href="org.junit.vintage.engine/org/junit/vintage/engine/descriptor/VintageTestDescriptor.html" title="class in org.junit.vintage.engine.descriptor">VintageTestDescriptor</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
Expand Down
8 changes: 8 additions & 0 deletions docs/snapshot/api/index-files/index-16.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,20 @@ <h2 class="title" id="I:P">P</h2>
<div class="block">Property name used to select the
<a href="../org.junit.platform.engine/org/junit/platform/engine/support/hierarchical/ParallelExecutionConfigurationStrategy.html" title="interface in org.junit.platform.engine.support.hierarchical"><code>ParallelExecutionConfigurationStrategy</code></a>: "junit.jupiter.execution.parallel.config.strategy"</div>
</dd>
<dt><a href="../org.junit.vintage.engine/org/junit/vintage/engine/Constants.html#PARALLEL_EXECUTION_ENABLED" class="member-name-link">PARALLEL_EXECUTION_ENABLED</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 the JUnit Vintage engine.</div>
</dd>
<dt><a href="../org.junit.jupiter.engine/org/junit/jupiter/engine/config/JupiterConfiguration.html#PARALLEL_EXECUTION_ENABLED_PROPERTY_NAME" class="member-name-link">PARALLEL_EXECUTION_ENABLED_PROPERTY_NAME</a> - Static variable in interface org.junit.jupiter.engine.config.<a href="../org.junit.jupiter.engine/org/junit/jupiter/engine/config/JupiterConfiguration.html" title="interface in org.junit.jupiter.engine.config">JupiterConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../org.junit.jupiter.engine/org/junit/jupiter/engine/Constants.html#PARALLEL_EXECUTION_ENABLED_PROPERTY_NAME" class="member-name-link">PARALLEL_EXECUTION_ENABLED_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>
<div class="block">Property name used to enable parallel test execution: "junit.jupiter.execution.parallel.enabled"</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>
<div class="block">Specifies the size of the thread pool to be used for parallel execution.</div>
</dd>
<dt><a href="../org.junit.jupiter.api/org/junit/jupiter/api/TestInstance.html#parallel-execution-heading" class="search-tag-link">Parallel Execution</a> - Search tag in annotation interface org.junit.jupiter.api.TestInstance</dt>
<dd>Section</dd>
<dt><a href="../org.junit.jupiter.api/org/junit/jupiter/api/TestMethodOrder.html#parallel-execution-heading" class="search-tag-link">Parallel Execution</a> - Search tag in annotation interface org.junit.jupiter.api.TestMethodOrder</dt>
Expand Down
4 changes: 4 additions & 0 deletions docs/snapshot/api/index-files/index-3.html
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,10 @@ <h2 class="title" id="I:C">C</h2>
<dd>
<div class="block">Collection of constants related to the <a href="../org.junit.jupiter.engine/org/junit/jupiter/engine/JupiterTestEngine.html" title="class in org.junit.jupiter.engine"><code>JupiterTestEngine</code></a>.</div>
</dd>
<dt><a href="../org.junit.vintage.engine/org/junit/vintage/engine/Constants.html" class="type-name-link" title="class in org.junit.vintage.engine">Constants</a> - Class in <a href="../org.junit.vintage.engine/org/junit/vintage/engine/package-summary.html">org.junit.vintage.engine</a></dt>
<dd>
<div class="block">Collection of constants related to the <a href="../org.junit.vintage.engine/org/junit/vintage/engine/VintageTestEngine.html" title="class in org.junit.vintage.engine"><code>VintageTestEngine</code></a>.</div>
</dd>
<dt><a href="../org.junit.jupiter.api/org/junit/jupiter/api/extension/AfterAllCallback.html#constructor-requirements-heading" class="search-tag-link">Constructor Requirements</a> - Search tag in interface org.junit.jupiter.api.extension.AfterAllCallback</dt>
<dd>Section</dd>
<dt><a href="../org.junit.jupiter.api/org/junit/jupiter/api/extension/AfterEachCallback.html#constructor-requirements-heading" class="search-tag-link">Constructor Requirements</a> - Search tag in interface org.junit.jupiter.api.extension.AfterEachCallback</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
@@ -0,0 +1,205 @@
<!DOCTYPE HTML>
<html lang="en">
<head><link rel="icon" type="image/png" href="https://junit.org/junit5/assets/img/junit5-logo.png">
<!-- Generated by javadoc (21) -->
<title>Constants (JUnit 5.12.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: module: org.junit.vintage.engine, package: org.junit.vintage.engine, class: Constants">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../junit-stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../script-dir/jquery-ui.min.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-declaration-page">
<script type="text/javascript">var pathtoroot = "../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span></button>
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<div class="about-language">JUnit 5</div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="../../../../module-summary.html">Module</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="nav-bar-cell1-rev">Class</li>
<li><a href="class-use/Constants.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html#class">Help</a></li>
</ul>
<ul class="sub-nav-list-small">
<li>
<p>Summary:</p>
<ul>
<li>Nested</li>
<li><a href="#field-summary">Field</a></li>
<li>Constr</li>
<li><a href="#method-summary">Method</a></li>
</ul>
</li>
<li>
<p>Detail:</p>
<ul>
<li><a href="#field-detail">Field</a></li>
<li>Constr</li>
<li>Method</li>
</ul>
</li>
</ul>
</div>
<div class="sub-nav">
<div id="navbar-sub-list">
<ul class="sub-nav-list">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field-summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method-summary">Method</a></li>
</ul>
<ul class="sub-nav-list">
<li>Detail:&nbsp;</li>
<li><a href="#field-detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<div class="nav-list-search"><a href="../../../../../search.html">SEARCH</a>
<input type="text" id="search-input" disabled placeholder="Search">
<input type="reset" id="reset-button" disabled value="reset">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="sub-title"><span class="module-label-in-type">Module</span>&nbsp;<a href="../../../../module-summary.html">org.junit.vintage.engine</a></div>
<div class="sub-title"><span class="package-label-in-type">Package</span>&nbsp;<a href="package-summary.html">org.junit.vintage.engine</a></div>
<h1 title="Class Constants" class="title">Class Constants</h1>
</div>
<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a>
<div class="inheritance">org.junit.vintage.engine.Constants</div>
</div>
<section class="class-description" id="class-description">
<hr>
<div class="type-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#STABLE" title="class or interface in org.apiguardian.api" class="external-link">STABLE</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 final class </span><span class="element-name type-name-label">Constants</span>
<span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></span></div>
<div class="block">Collection of constants related to the <a href="VintageTestEngine.html" title="class in org.junit.vintage.engine"><code>VintageTestEngine</code></a>.</div>
<dl class="notes">
<dt>Since:</dt>
<dd>5.12</dd>
</dl>
</section>
<section class="summary">
<ul class="summary-list">
<!-- =========== FIELD SUMMARY =========== -->
<li>
<section class="field-summary" id="field-summary">
<h2>Field Summary</h2>
<div class="caption"><span>Fields</span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Field</div>
<div class="table-header col-last">Description</div>
<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_EXECUTION_ENABLED" class="member-name-link">PARALLEL_EXECUTION_ENABLED</a></code></div>
<div class="col-last even-row-color">
<div class="block">Indicates whether parallel execution is enabled for 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>
<div class="col-last odd-row-color">
<div class="block">Specifies the size of the thread pool to be used for parallel execution.</div>
</div>
</div>
</section>
</li>
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3>
<code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ============ FIELD DETAIL =========== -->
<li>
<section class="field-details" id="field-detail">
<h2>Field Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="PARALLEL_EXECUTION_ENABLED">
<h3>PARALLEL_EXECUTION_ENABLED</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_EXECUTION_ENABLED</span></div>
<div class="block">Indicates whether parallel execution is enabled for the JUnit Vintage engine.

<p>Set this property to <code>true</code> to enable parallel execution of tests.
Defaults to <code>false</code>.</div>
<dl class="notes">
<dt>Since:</dt>
<dd>5.12</dd>
<dt>See Also:</dt>
<dd>
<ul class="tag-list">
<li><a href="../../../../../constant-values.html#org.junit.vintage.engine.Constants.PARALLEL_EXECUTION_ENABLED">Constant Field Values</a></li>
</ul>
</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="PARALLEL_POOL_SIZE">
<h3>PARALLEL_POOL_SIZE</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_POOL_SIZE</span></div>
<div class="block">Specifies the size of the thread pool to be used for parallel execution.

<p>Set this property to an integer value to specify the number of threads
to be used for parallel execution. Defaults to the number of available
processors.</div>
<dl class="notes">
<dt>Since:</dt>
<dd>5.12</dd>
<dt>See Also:</dt>
<dd>
<ul class="tag-list">
<li><a href="../../../../../constant-values.html#org.junit.vintage.engine.Constants.PARALLEL_POOL_SIZE">Constant Field Values</a></li>
</ul>
</dd>
</dl>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</main>
</div>
</div>
</body>
</html>
Loading

0 comments on commit b14c233

Please sign in to comment.