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 6, 2023
1 parent 4a994e2 commit ef0f43c
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/snapshot/api/index-files/index-20.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h2 class="title" id="I:T">T</h2>
<dd>&nbsp;</dd>
<dt><a href="../org.junit.vintage.engine/org/junit/vintage/engine/discovery/IsPotentialJUnit4TestClass.html#test(java.lang.Class)" class="member-name-link">test(Class&lt;?&gt;)</a> - Method in class org.junit.vintage.engine.discovery.<a href="../org.junit.vintage.engine/org/junit/vintage/engine/discovery/IsPotentialJUnit4TestClass.html" title="class in org.junit.vintage.engine.discovery">IsPotentialJUnit4TestClass</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../org.junit.jupiter.engine/org/junit/jupiter/engine/discovery/predicates/IsTestMethod.html#test(java.lang.reflect.Method)" class="member-name-link">test(Method)</a> - Method in class org.junit.jupiter.engine.discovery.predicates.<a href="../org.junit.jupiter.engine/org/junit/jupiter/engine/discovery/predicates/IsTestMethod.html" title="class in org.junit.jupiter.engine.discovery.predicates">IsTestMethod</a></dt>
<dt><a href="../org.junit.jupiter.engine/org/junit/jupiter/engine/discovery/predicates/IsTestTemplateMethod.html#test(java.lang.reflect.Method)" class="member-name-link">test(Method)</a> - Method in class org.junit.jupiter.engine.discovery.predicates.<a href="../org.junit.jupiter.engine/org/junit/jupiter/engine/discovery/predicates/IsTestTemplateMethod.html" title="class in org.junit.jupiter.engine.discovery.predicates">IsTestTemplateMethod</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../org.junit.platform.testkit/org/junit/platform/testkit/engine/EventConditions.html#test(java.lang.String)" class="member-name-link">test(String)</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>
Expand Down
2 changes: 1 addition & 1 deletion docs/snapshot/api/index-files/index-7.html
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,7 @@ <h2 class="title" id="I:G">G</h2>
</dd>
<dt><a href="../org.junit.jupiter.engine/org/junit/jupiter/engine/descriptor/MethodBasedTestDescriptor.html#getTestMethod()" class="member-name-link">getTestMethod()</a> - Method in class org.junit.jupiter.engine.descriptor.<a href="../org.junit.jupiter.engine/org/junit/jupiter/engine/descriptor/MethodBasedTestDescriptor.html" title="class in org.junit.jupiter.engine.descriptor">MethodBasedTestDescriptor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../org.junit.jupiter.migrationsupport/org/junit/jupiter/migrationsupport/rules/member/TestRuleAnnotatedField.html#getTestRule()" class="member-name-link">getTestRule()</a> - Method in class org.junit.jupiter.migrationsupport.rules.member.<a href="../org.junit.jupiter.migrationsupport/org/junit/jupiter/migrationsupport/rules/member/TestRuleAnnotatedField.html" title="class in org.junit.jupiter.migrationsupport.rules.member">TestRuleAnnotatedField</a></dt>
<dt><a href="../org.junit.jupiter.migrationsupport/org/junit/jupiter/migrationsupport/rules/member/TestRuleAnnotatedMethod.html#getTestRule()" class="member-name-link">getTestRule()</a> - Method in class org.junit.jupiter.migrationsupport.rules.member.<a href="../org.junit.jupiter.migrationsupport/org/junit/jupiter/migrationsupport/rules/member/TestRuleAnnotatedMethod.html" title="class in org.junit.jupiter.migrationsupport.rules.member">TestRuleAnnotatedMethod</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../org.junit.jupiter.migrationsupport/org/junit/jupiter/migrationsupport/rules/member/TestRuleAnnotatedMember.html#getTestRule()" class="member-name-link">getTestRule()</a> - Method in interface org.junit.jupiter.migrationsupport.rules.member.<a href="../org.junit.jupiter.migrationsupport/org/junit/jupiter/migrationsupport/rules/member/TestRuleAnnotatedMember.html" title="interface in org.junit.jupiter.migrationsupport.rules.member">TestRuleAnnotatedMember</a></dt>
<dd>&nbsp;</dd>
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
Expand Up @@ -408,11 +408,11 @@ <h3>DRY_RUN_PROPERTY_NAME</h3>

<p>When dry-run mode is enabled, no tests will be executed. Instead, all
registered <a href="TestExecutionListener.html" title="interface in org.junit.platform.launcher"><code>TestExecutionListeners</code></a> will
receive started/finished events for all test descriptors that are part
of the discovered <a href="TestPlan.html" title="class in org.junit.platform.launcher"><code>TestPlan</code></a>. All tests will be reported as
successful. This can be useful to test changes in the configuration of a
build or to verify a listener is called as expected without having to
wait for all tests to be executed.
receive events for all test descriptors that are part of the discovered
<a href="TestPlan.html" title="class in org.junit.platform.launcher"><code>TestPlan</code></a>. All containers will be reported as successful and all
tests as skipped. This can be useful to test changes in the configuration
of a build or to verify a listener is called as expected without having
to wait for all tests to be executed.

<p>Value must be either <code>true</code> or <code>false</code>; defaults to <code>false</code>.</div>
<dl class="notes">
Expand Down
6 changes: 3 additions & 3 deletions docs/snapshot/published-checksum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
0d2e7ac811930e1fa119591f1397ae2c junit-vintage-engine/src/main/java/org/junit/vintage/engine/discovery/IsPotentialJUnit4TestMethod.java
0d5cd9eb5b65afc1b763c6d3d491b03b junit-jupiter-api/src/main/java/org/junit/jupiter/api/condition/EnabledIfCondition.java
0e672dac91a40b2ea5dffb4e3c21589e junit-platform-engine/src/main/java/org/junit/platform/engine/support/config/PrefixedConfigurationParameters.java
0e830f3ff8c5014155d7afc13087b205 documentation/src/docs/asciidoc/user-guide/advanced-topics/launcher-api.adoc
0f6dac7d2703e1a61e1cf7d680bc0ad0 junit-platform-suite-engine/src/main/java/org/junit/platform/suite/engine/NoTestsDiscoveredException.java
0ff7f72d18baa3b15d4779c9764fafff junit-platform-launcher/src/main/java/org/junit/platform/launcher/listeners/OutputDir.java
10158c40e2d2b0add71c249348a2f18d junit-platform-engine/src/main/java/org/junit/platform/engine/support/hierarchical/ResourceLock.java
Expand Down Expand Up @@ -152,14 +151,14 @@
328aad238291ec76ce9c454ba095f047 junit-platform-runner/src/main/java/org/junit/platform/runner/package-info.java
33d2eecc315d3088a4c27eb090a642af junit-jupiter-engine/src/main/java/org/junit/jupiter/engine/extension/RepeatedTestExtension.java
33d5413d4056fa3c2ce75cd602a4b246 junit-jupiter-api/src/main/java/org/junit/jupiter/api/Test.java
33e468ae9e49ca51ce2720247aeb11c0 junit-platform-launcher/src/main/java/org/junit/platform/launcher/LauncherConstants.java
34bbbfae3c35fa49b3b7c3264bd69dc8 junit-platform-launcher/src/main/java/org/junit/platform/launcher/core/LauncherListenerRegistry.java
34f955ba0b804d08e802883a92aa3143 junit-jupiter-api/src/main/java/org/junit/jupiter/api/AssertEquals.java
356e2d419993c5a2f4ac07903f7023d9 junit-platform-launcher/src/main/java/org/junit/platform/launcher/core/EngineDiscoveryOrchestrator.java
357e986cf5e9bc383a9b624ff6e1f22a junit-jupiter-api/src/main/java/org/junit/jupiter/api/condition/DisabledOnJre.java
35bfaeec3a8f2614deb4e9908bce9852 junit-jupiter-params/src/main/java/org/junit/jupiter/params/converter/JavaTimeConversionPattern.java
360bb842a9e5b63cbd559f3d5ba0e537 junit-platform-launcher/src/main/java/org/junit/platform/launcher/listeners/discovery/CompositeLauncherDiscoveryListener.java
36334fb6efe69eaf7549be8069e539c7 junit-jupiter-params/src/main/java/org/junit/jupiter/params/aggregator/AggregateWith.java
36e5606d846da5bb6737ccc68ffa80e8 junit-platform-launcher/src/main/java/org/junit/platform/launcher/LauncherConstants.java
37725239b2f5f7dcf21565077d139433 documentation/src/docs/asciidoc/resources/fonts/Symbola.ttf
37913fbb91a3a0850a8718113b410b88 documentation/src/test/java/example/SharedResourcesDemo.java
37a72df7a33af77b395fdf8eea08494b junit-platform-reporting/src/main/java/org/junit/platform/reporting/legacy/xml/XmlReportData.java
Expand Down Expand Up @@ -236,7 +235,6 @@
4c4a5984b07b712707f4b4a09651baad junit-platform-engine/src/main/java/org/junit/platform/engine/discovery/DiscoverySelectors.java
4c80cf9c3ab2c0914420650adafc0c69 documentation/src/test/java/example/ParameterizedTestDemo.java
4c861929994121b357908078009b0d3f junit-platform-launcher/src/main/java/org/junit/platform/launcher/core/StreamInterceptor.java
4c917362940b9effd55655b536654fcf junit-platform-launcher/src/main/java/org/junit/platform/launcher/core/EngineExecutionOrchestrator.java
4d4984ea7573bb0db8800f306a104a1b documentation/src/main/java/example/domain/package-info.java
4d8ed32a149f3ba33e3cffa787e5c241 junit-jupiter-engine/src/main/java/org/junit/jupiter/engine/discovery/MethodFinder.java
4da3d3df6be7beaba150dffbe1b6da0b junit-jupiter-params/src/main/java/org/junit/jupiter/params/support/package-info.java
Expand Down Expand Up @@ -300,6 +298,7 @@
5e456e6de32867d9841f2ab8228d8bc3 junit-jupiter-params/src/main/java/org/junit/jupiter/params/provider/CsvFileArgumentsProvider.java
5e492d1df82a929a2b17eb4a2c0f68bc junit-jupiter-api/src/main/java/org/junit/jupiter/api/Timeout.java
5ea3197089046e644aaa74314c9dbe23 junit-jupiter-api/src/main/java/org/junit/jupiter/api/extension/AfterAllCallback.java
5f18a351fccf48c3f457916df2ab84cd junit-platform-launcher/src/main/java/org/junit/platform/launcher/core/EngineExecutionOrchestrator.java
5f2d4e8f588c68ec4fab7312536ba8a7 documentation/src/test/java/example/testkit/EngineTestKitSkippedMethodDemo.java
5fcb029498c19059127937b498367c98 junit-jupiter-params/src/main/java/org/junit/jupiter/params/aggregator/ArgumentsAccessor.java
5ff67ae50400d950ae75ec7790512573 junit-jupiter-api/src/main/java/org/junit/jupiter/api/condition/DisabledIfSystemProperty.java
Expand Down Expand Up @@ -462,6 +461,7 @@
8fd8ad2e0c863f13e264f6b909cc853a junit-jupiter-api/src/main/java/org/junit/jupiter/api/Assertions.java
9002dc21147446ec59101940ddbe67d0 documentation/src/docs/asciidoc/user-guide/appendix.adoc
90936ae0be0ae3df839198479b7a22b1 junit-platform-engine/src/main/java/org/junit/platform/engine/support/descriptor/ClassSource.java
910eb298c49e29af32e58cf0e9029d11 documentation/src/docs/asciidoc/user-guide/advanced-topics/launcher-api.adoc
9227d67fd9ae55b98df0fc0b368bdc57 junit-jupiter-api/src/main/java/org/junit/jupiter/api/DynamicContainer.java
9240742a8b55d24201723844972b7a5c documentation/src/test/kotlin/example/KotlinAssertionsDemo.kt
925038225d8b3c1cf6982c0c810c7062 junit-platform-suite-api/src/main/java/org/junit/platform/suite/api/ExcludeEngines.java
Expand Down
2 changes: 1 addition & 1 deletion docs/snapshot/release-notes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ <h2 id="release-notes-5.9.0"><a class="anchor" href="#release-notes-5.9.0"></a>5
<div id="footer">
<div id="footer-text">
Version 5.10.0-SNAPSHOT<br>
Last updated 2023-07-03 14:20:08 UTC
Last updated 2023-07-06 11:01:42 UTC
</div>
</div>
<script src="../tocbot-3.0.2/tocbot.min.js"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/snapshot/user-guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11888,9 +11888,9 @@ <h4 id="launcher-api-dry-run-mode"><a class="anchor" href="#launcher-api-dry-run
<p>When running tests via the <code><a href="../api/org.junit.platform.launcher/org/junit/platform/launcher/Launcher.html">Launcher</a></code> API, you can enable <em>dry-run mode</em> by setting the
<code>junit.platform.execution.dryRun.enabled</code> <a href="#running-tests-config-params">configuration parameter</a> to <code>true</code>. In this mode, the <code><a href="../api/org.junit.platform.launcher/org/junit/platform/launcher/Launcher.html">Launcher</a></code> will not actually
execute any tests but will notify registered <code><a href="../api/org.junit.platform.launcher/org/junit/platform/launcher/TestExecutionListener.html">TestExecutionListener</a></code> instances as if all
tests had been executed successfully. This can be useful to test changes in the
configuration of a build or to verify a listener is called as expected without having to
wait for all tests to be executed.</p>
tests had been skipped and their containers had been successful. This can be useful to
test changes in the configuration of a build or to verify a listener is called as expected
without having to wait for all tests to be executed.</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -12631,7 +12631,7 @@ <h3 id="dependency-diagram"><a class="anchor" href="#dependency-diagram"></a>10.
<div id="footer">
<div id="footer-text">
Version 5.10.0-SNAPSHOT<br>
Last updated 2023-07-03 14:20:08 UTC
Last updated 2023-07-06 11:01:42 UTC
</div>
</div>
<script src="../tocbot-3.0.2/tocbot.min.js"></script>
Expand Down

0 comments on commit ef0f43c

Please sign in to comment.