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 Oct 23, 2023
1 parent c393e49 commit 0d2c981
Show file tree
Hide file tree
Showing 33 changed files with 375 additions and 375 deletions.
22 changes: 11 additions & 11 deletions docs/snapshot/api/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -510,15 +510,15 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab7"><a href="org.junit.jupiter.api/org/junit/jupiter/api/condition/DisabledForJreRange.html" title="annotation interface in org.junit.jupiter.api.condition">DisabledForJreRange</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab7">
<div class="block"><code>@DisabledForJreRange</code> is used to signal that the annotated test class or
test method is only <em>disabled</em> for a specific range of Java Runtime
<div class="block"><code>@DisabledForJreRange</code> is used to signal that the annotated test class
or test method is <em>disabled</em> for a specific range of Java Runtime
Environment (JRE) versions from <a href="org.junit.jupiter.api/org/junit/jupiter/api/condition/DisabledForJreRange.html#min()"><code>DisabledForJreRange.min()</code></a> to <a href="org.junit.jupiter.api/org/junit/jupiter/api/condition/DisabledForJreRange.html#max()"><code>DisabledForJreRange.max()</code></a>.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab7"><a href="org.junit.jupiter.api/org/junit/jupiter/api/condition/DisabledIf.html" title="annotation interface in org.junit.jupiter.api.condition">DisabledIf</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab7">
<div class="block"><code>@DisabledIf</code> is used to signal that the annotated test class or test
method is <em>disabled</em> only if the provided
<a href="org.junit.jupiter.api/org/junit/jupiter/api/condition/DisabledIf.html#value()">condition</a> evaluates to <code>true</code>.</div>
method is <em>disabled</em> if the provided <a href="org.junit.jupiter.api/org/junit/jupiter/api/condition/DisabledIf.html#value()">condition</a>
evaluates to <code>true</code>.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab7"><a href="org.junit.jupiter.api/org/junit/jupiter/api/condition/DisabledIfEnvironmentVariable.html" title="annotation interface in org.junit.jupiter.api.condition">DisabledIfEnvironmentVariable</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab7">
Expand Down Expand Up @@ -547,14 +547,14 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
<div class="col-first even-row-color all-classes-table all-classes-table-tab7"><a href="org.junit.jupiter.api/org/junit/jupiter/api/condition/DisabledInNativeImage.html" title="annotation interface in org.junit.jupiter.api.condition">DisabledInNativeImage</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab7">
<div class="block"><code>@DisabledInNativeImage</code> is used to signal that the annotated test class
or test method is only <em>disabled</em> when executing within a GraalVM native
or test method is <em>disabled</em> when executing within a GraalVM native
image.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab7"><a href="org.junit.jupiter.api/org/junit/jupiter/api/condition/DisabledOnJre.html" title="annotation interface in org.junit.jupiter.api.condition">DisabledOnJre</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab7">
<div class="block"><code>@DisabledOnJre</code> is used to signal that the annotated test class or
test method is <em>disabled</em> on one or more specified Java
Runtime Environment (JRE) <a href="org.junit.jupiter.api/org/junit/jupiter/api/condition/DisabledOnJre.html#value()">versions</a>.</div>
test method is <em>disabled</em> on one or more specified Java Runtime
Environment (JRE) <a href="org.junit.jupiter.api/org/junit/jupiter/api/condition/DisabledOnJre.html#value()">versions</a>.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab7"><a href="org.junit.jupiter.api/org/junit/jupiter/api/condition/DisabledOnOs.html" title="annotation interface in org.junit.jupiter.api.condition">DisabledOnOs</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab7">
Expand Down Expand Up @@ -658,8 +658,8 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
<div class="col-first even-row-color all-classes-table all-classes-table-tab7"><a href="org.junit.jupiter.api/org/junit/jupiter/api/condition/EnabledIf.html" title="annotation interface in org.junit.jupiter.api.condition">EnabledIf</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab7">
<div class="block"><code>@EnabledIf</code> is used to signal that the annotated test class or test
method is <em>enabled</em> only if the provided
<a href="org.junit.jupiter.api/org/junit/jupiter/api/condition/EnabledIf.html#value()">condition</a> evaluates to <code>true</code>.</div>
method is only <em>enabled</em> if the provided <a href="org.junit.jupiter.api/org/junit/jupiter/api/condition/EnabledIf.html#value()">condition</a>
evaluates to <code>true</code>.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab7"><a href="org.junit.jupiter.api/org/junit/jupiter/api/condition/EnabledIfEnvironmentVariable.html" title="annotation interface in org.junit.jupiter.api.condition">EnabledIfEnvironmentVariable</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab7">
Expand Down Expand Up @@ -813,7 +813,7 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org.junit.platform.testkit/org/junit/platform/testkit/engine/EventConditions.html" title="class in org.junit.platform.testkit.engine">EventConditions</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Collection of AssertJ conditions for <a href="org.junit.platform.testkit/org/junit/platform/testkit/engine/Event.html" title="class in org.junit.platform.testkit.engine"><code>Event</code></a>.</div>
<div class="block">Collection of AssertJ <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">conditions</a> for <a href="org.junit.platform.testkit/org/junit/platform/testkit/engine/Event.html" title="class in org.junit.platform.testkit.engine"><code>Event</code></a>.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org.junit.platform.testkit/org/junit/platform/testkit/engine/Events.html" title="class in org.junit.platform.testkit.engine">Events</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
Expand Down Expand Up @@ -1907,7 +1907,7 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org.junit.platform.testkit/org/junit/platform/testkit/engine/TestExecutionResultConditions.html" title="class in org.junit.platform.testkit.engine">TestExecutionResultConditions</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Collection of AssertJ conditions for
<div class="block">Collection of AssertJ <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">conditions</a> for
<a href="org.junit.platform.engine/org/junit/platform/engine/TestExecutionResult.html" title="class in org.junit.platform.engine"><code>TestExecutionResult</code></a>.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org.junit.platform.launcher/org/junit/platform/launcher/listeners/TestExecutionSummary.html" title="interface in org.junit.platform.launcher.listeners">TestExecutionSummary</a></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/snapshot/api/index-files/index-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h2 class="title" id="I:A">A</h2>
</dd>
<dt><a href="../org.junit.platform.testkit/org/junit/platform/testkit/engine/EventConditions.html#abortedWithReason(org.assertj.core.api.Condition...)" class="member-name-link">abortedWithReason(Condition&lt;Throwable&gt;...)</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 <code>Condition</code> that matches if and only if an
<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
<a href="../org.junit.platform.testkit/org/junit/platform/testkit/engine/Event.html" title="class in org.junit.platform.testkit.engine"><code>Event</code></a>'s <a href="../org.junit.platform.testkit/org/junit/platform/testkit/engine/Event.html#getType()">type</a> is
<a href="../org.junit.platform.testkit/org/junit/platform/testkit/engine/EventType.html#FINISHED"><code>EventType.FINISHED</code></a> and its
<a href="../org.junit.platform.testkit/org/junit/platform/testkit/engine/Event.html#getPayload()">result</a> has a
Expand Down
4 changes: 2 additions & 2 deletions docs/snapshot/api/index-files/index-13.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,13 @@ <h2 class="title" id="I:M">M</h2>
</dd>
<dt><a href="../org.junit.platform.testkit/org/junit/platform/testkit/engine/TestExecutionResultConditions.html#message(java.lang.String)" class="member-name-link">message(String)</a> - Static method in class org.junit.platform.testkit.engine.<a href="../org.junit.platform.testkit/org/junit/platform/testkit/engine/TestExecutionResultConditions.html" title="class in org.junit.platform.testkit.engine">TestExecutionResultConditions</a></dt>
<dd>
<div class="block">Create a new <code>Condition</code> that matches if and only if a
<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 a
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>'s <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Throwable.html#getMessage()" title="class or interface in java.lang" class="external-link">message</a> is equal
to the supplied <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link"><code>String</code></a>.</div>
</dd>
<dt><a href="../org.junit.platform.testkit/org/junit/platform/testkit/engine/TestExecutionResultConditions.html#message(java.util.function.Predicate)" class="member-name-link">message(Predicate&lt;String&gt;)</a> - Static method in class org.junit.platform.testkit.engine.<a href="../org.junit.platform.testkit/org/junit/platform/testkit/engine/TestExecutionResultConditions.html" title="class in org.junit.platform.testkit.engine">TestExecutionResultConditions</a></dt>
<dd>
<div class="block">Create a new <code>Condition</code> that matches if and only if a
<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 a
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>'s <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Throwable.html#getMessage()" title="class or interface in java.lang" class="external-link">message</a> matches
the supplied <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/function/Predicate.html" title="class or interface in java.util.function" class="external-link"><code>Predicate</code></a>.</div>
</dd>
Expand Down
4 changes: 2 additions & 2 deletions docs/snapshot/api/index-files/index-14.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ <h2 class="title" id="I:N">N</h2>
<dd>&nbsp;</dd>
<dt><a href="../org.junit.platform.testkit/org/junit/platform/testkit/engine/EventConditions.html#nestedContainer(java.lang.Class)" class="member-name-link">nestedContainer(Class&lt;?&gt;)</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 <code>Condition</code> that matches if and only if an
<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
<a href="../org.junit.platform.testkit/org/junit/platform/testkit/engine/Event.html" title="class in org.junit.platform.testkit.engine"><code>Event</code></a>'s <a href="../org.junit.platform.testkit/org/junit/platform/testkit/engine/Event.html#getTestDescriptor()">test descriptor</a> is
a <a href="../org.junit.platform.engine/org/junit/platform/engine/TestDescriptor.html#isContainer()">container</a> and its
<a href="../org.junit.platform.engine/org/junit/platform/engine/TestDescriptor.html#getUniqueId()">unique id</a> contains the
Expand All @@ -166,7 +166,7 @@ <h2 class="title" id="I:N">N</h2>
</dd>
<dt><a href="../org.junit.platform.testkit/org/junit/platform/testkit/engine/EventConditions.html#nestedContainer(java.lang.Class,org.assertj.core.api.Condition)" class="member-name-link">nestedContainer(Class&lt;?&gt;, Condition&lt;Event&gt;)</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 <code>Condition</code> that matches if and only if an
<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
<a href="../org.junit.platform.testkit/org/junit/platform/testkit/engine/Event.html" title="class in org.junit.platform.testkit.engine"><code>Event</code></a> matches the supplied <code>Condition</code>, its
<a href="../org.junit.platform.testkit/org/junit/platform/testkit/engine/Event.html#getTestDescriptor()">test descriptor</a> is
a <a href="../org.junit.platform.engine/org/junit/platform/engine/TestDescriptor.html#isContainer()">container</a>, and its
Expand Down
Loading

0 comments on commit 0d2c981

Please sign in to comment.