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 Jun 18, 2023
1 parent 65e852c commit 3c87fac
Show file tree
Hide file tree
Showing 8 changed files with 153 additions and 48 deletions.
2 changes: 1 addition & 1 deletion docs/snapshot/api/index-files/index-14.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h2 class="title" id="I:N">N</h2>
<dd>&nbsp;</dd>
<dt><a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/SelectMethod.html#name()" class="member-name-link">name()</a> - Element in annotation interface org.junit.platform.suite.api.<a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/SelectMethod.html" title="annotation interface in org.junit.platform.suite.api">SelectMethod</a></dt>
<dd>
<div class="block">The name of the method to select; never blank.</div>
<div class="block">The name of the method to select; never blank unless <a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/SelectMethod.html#value()"><code>SelectMethod.value()</code></a> is used.</div>
</dd>
<dt><a href="../org.junit.jupiter.api/org/junit/jupiter/api/condition/DisabledIfEnvironmentVariable.html#named()" class="member-name-link">named()</a> - Element in annotation interface org.junit.jupiter.api.condition.<a href="../org.junit.jupiter.api/org/junit/jupiter/api/condition/DisabledIfEnvironmentVariable.html" title="annotation interface in org.junit.jupiter.api.condition">DisabledIfEnvironmentVariable</a></dt>
<dd>
Expand Down
6 changes: 5 additions & 1 deletion docs/snapshot/api/index-files/index-16.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,11 @@ <h2 class="title" id="I:P">P</h2>
that wish to dynamically resolve arguments for <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/Parameter.html" title="class or interface in java.lang.reflect" class="external-link">parameters</a>
at runtime.</div>
</dd>
<dt><a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/SelectMethod.html#parameters()" class="member-name-link">parameters()</a> - Element in annotation interface org.junit.platform.suite.api.<a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/SelectMethod.html" title="annotation interface in org.junit.platform.suite.api">SelectMethod</a></dt>
<dt><a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/SelectMethod.html#parameterTypeNames()" class="member-name-link">parameterTypeNames()</a> - Element in annotation interface org.junit.platform.suite.api.<a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/SelectMethod.html" title="annotation interface in org.junit.platform.suite.api">SelectMethod</a></dt>
<dd>
<div class="block">The parameter types of the method to select.</div>
</dd>
<dt><a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/SelectMethod.html#parameterTypes()" class="member-name-link">parameterTypes()</a> - Element in annotation interface org.junit.platform.suite.api.<a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/SelectMethod.html" title="annotation interface in org.junit.platform.suite.api">SelectMethod</a></dt>
<dd>
<div class="block">The parameter types of the method to select.</div>
</dd>
Expand Down
8 changes: 8 additions & 0 deletions docs/snapshot/api/index-files/index-20.html
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,10 @@ <h2 class="title" id="I:T">T</h2>
</dd>
<dt><a href="../org.junit.platform.commons/org/junit/platform/commons/util/ReflectionUtils.html#tryToReadFieldValue(java.lang.reflect.Field,java.lang.Object)" class="member-name-link">tryToReadFieldValue(Field, Object)</a> - Static method in class org.junit.platform.commons.util.<a href="../org.junit.platform.commons/org/junit/platform/commons/util/ReflectionUtils.html" title="class in org.junit.platform.commons.util">ReflectionUtils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/SelectMethod.html#type()" class="member-name-link">type()</a> - Element in annotation interface org.junit.platform.suite.api.<a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/SelectMethod.html" title="annotation interface in org.junit.platform.suite.api">SelectMethod</a></dt>
<dd>
<div class="block">The class in which the method is declared, or a subclass thereof.</div>
</dd>
<dt><a href="../org.junit.platform.testkit/org/junit/platform/testkit/engine/EventConditions.html#type(org.junit.platform.testkit.engine.EventType)" class="member-name-link">type(EventType)</a> - Static method in class org.junit.platform.testkit.engine.<a href="../org.junit.platform.testkit/org/junit/platform/testkit/engine/EventConditions.html" title="class in org.junit.platform.testkit.engine">EventConditions</a></dt>
<dd>
<div class="block">Create a new <a href="https://javadoc.io/doc/org.assertj/assertj-core/3.24.2/org/assertj/core/api/Condition.html" title="class or interface in org.assertj.core.api" class="external-link"><code>Condition</code></a> that matches if and only if an
Expand All @@ -790,6 +794,10 @@ <h2 class="title" id="I:T">T</h2>
<dd>
<div class="block">Create a new <code>TypedArgumentConverter</code>.</div>
</dd>
<dt><a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/SelectMethod.html#typeName()" class="member-name-link">typeName()</a> - Element in annotation interface org.junit.platform.suite.api.<a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/SelectMethod.html" title="annotation interface in org.junit.platform.suite.api">SelectMethod</a></dt>
<dd>
<div class="block">The <em>fully qualified class name</em> in which the method is declared, or a subclass thereof.</div>
</dd>
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">K</a>&nbsp;<a href="index-12.html">L</a>&nbsp;<a href="index-13.html">M</a>&nbsp;<a href="index-14.html">N</a>&nbsp;<a href="index-15.html">O</a>&nbsp;<a href="index-16.html">P</a>&nbsp;<a href="index-17.html">Q</a>&nbsp;<a href="index-18.html">R</a>&nbsp;<a href="index-19.html">S</a>&nbsp;<a href="index-20.html">T</a>&nbsp;<a href="index-21.html">U</a>&nbsp;<a href="index-22.html">V</a>&nbsp;<a href="index-23.html">W</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes&nbsp;and&nbsp;Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All&nbsp;Packages</a><span class="vertical-separator">|</span><a href="../constant-values.html">Constant&nbsp;Field&nbsp;Values</a><span class="vertical-separator">|</span><a href="../serialized-form.html">Serialized&nbsp;Form</a></main>
</div>
Expand Down
4 changes: 4 additions & 0 deletions docs/snapshot/api/index-files/index-22.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,10 @@ <h2 class="title" id="I:V">V</h2>
<dd>
<div class="block">An array of one or more <a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/SelectFile.html" title="annotation interface in org.junit.platform.suite.api"><code>@SelectFile</code></a> declarations.</div>
</dd>
<dt><a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/SelectMethod.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/SelectMethod.html" title="annotation interface in org.junit.platform.suite.api">SelectMethod</a></dt>
<dd>
<div class="block">The <em>fully qualified method name</em> of the method to select.</div>
</dd>
<dt><a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/SelectMethods.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/SelectMethods.html" title="annotation interface in org.junit.platform.suite.api">SelectMethods</a></dt>
<dd>
<div class="block">An array of one or more <a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/SelectMethod.html" title="annotation interface in org.junit.platform.suite.api"><code>@SelectMethod</code></a> declarations.</div>
Expand Down
4 changes: 0 additions & 4 deletions docs/snapshot/api/index-files/index-3.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@ <h2 class="title" id="I:C">C</h2>
<dd>
<div class="block">Collection of utilities for working with <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Class.html" title="class or interface in java.lang" class="external-link"><code>classes</code></a>.</div>
</dd>
<dt><a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/SelectMethod.html#clazz()" class="member-name-link">clazz()</a> - Element in annotation interface org.junit.platform.suite.api.<a href="../org.junit.platform.suite.api/org/junit/platform/suite/api/SelectMethod.html" title="annotation interface in org.junit.platform.suite.api">SelectMethod</a></dt>
<dd>
<div class="block">The class in which the method is declared, or a subclass thereof.</div>
</dd>
<dt><a href="../org.junit.jupiter.api/org/junit/jupiter/api/io/TempDir.html#cleanup()" class="member-name-link">cleanup()</a> - Element in annotation interface org.junit.jupiter.api.io.<a href="../org.junit.jupiter.api/org/junit/jupiter/api/io/TempDir.html" title="annotation interface in org.junit.jupiter.api.io">TempDir</a></dt>
<dd>
<div class="block">How the temporary directory gets cleaned up after the test completes.</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 3c87fac

Please sign in to comment.