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 Apr 26, 2023
1 parent 2a11b8e commit 2ce0812
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/snapshot/published-checksum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
25d7978cd596a66cf61723a92fb23fee documentation/src/docs/asciidoc/user-guide/images/writing-tests_nested_test_ide.png
25ebdb55ab9fb25f2c017013880becf5 junit-jupiter-api/src/main/java/org/junit/jupiter/api/condition/BooleanExecutionCondition.java
2625f3d04a20de6aa711b298d045bbf4 junit-vintage-engine/src/main/java/org/junit/vintage/engine/JUnit4VersionCheck.java
263a5168b837718b8c6ad0b6f43ff023 documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-M1.adoc
263de293a5f8fd35d75d4a28b0d6af07 junit-platform-engine/src/main/java/org/junit/platform/engine/support/hierarchical/ThrowableCollector.java
26b2e24d80586ff9e66635ed0efbc547 documentation/src/test/java/example/CustomLauncherInterceptor.java
274702f0d3cacf9ed7e656ef5a4fe636 junit-jupiter-engine/src/main/java/org/junit/jupiter/engine/JupiterTestEngine.java
Expand All @@ -138,7 +139,6 @@
2e317fc7845631f9943e03720bc973db junit-platform-jfr/src/main/java/org/junit/platform/jfr/FlightRecordingDiscoveryListener.java
2e6cbf3583400b6042a6d4d27a4d06a9 junit-jupiter-api/src/main/java/org/junit/jupiter/api/TestMethodOrder.java
2e748490d4992a9574028569329f21d8 junit-jupiter-api/src/main/java/org/junit/jupiter/api/condition/DisabledIfEnvironmentVariables.java
2ebf815299d3be6d84f22149b7226507 junit-jupiter-params/src/main/java/org/junit/jupiter/params/provider/MethodArgumentsProvider.java
2f21278491f049188e609e0c9fdf740c junit-jupiter-api/src/main/java/org/junit/jupiter/api/condition/EnabledOnJreCondition.java
2f2390ca0b86844597a6cfc824327c58 junit-platform-commons/src/main/java/org/junit/platform/commons/logging/Logger.java
2f6c53349ee30bd5b0ac609dcd27fa35 junit-jupiter-engine/src/main/java/org/junit/jupiter/engine/discovery/package-info.java
Expand Down Expand Up @@ -543,6 +543,7 @@ ae3ad87fb1bf944fe0b32847c59b0839 documentation/src/docs/asciidoc/user-guide/ima
af695dcf986635151baec1fdb2454012 junit-jupiter-api/src/main/java/org/junit/jupiter/api/condition/EnabledOnJre.java
afc670fb205da47b3a70f0d4c4661fea junit-jupiter-migrationsupport/src/main/java/org/junit/jupiter/migrationsupport/rules/member/TestRuleAnnotatedField.java
afcbdc984b770a4cc9bc5bb2be19db8c junit-jupiter-api/src/main/java/org/junit/jupiter/api/condition/DisabledForJreRange.java
afde8a7fc7b7c09d06aa4e7a43b4f234 junit-jupiter-params/src/main/java/org/junit/jupiter/params/provider/MethodArgumentsProvider.java
b0a21dbcfadcf24a67a049c0057730e0 junit-platform-launcher/src/main/java/org/junit/platform/launcher/core/IterationOrder.java
b108b14be9895a258c73d1b7e33dd709 junit-jupiter-params/src/main/java/org/junit/jupiter/params/provider/CsvArgumentsProvider.java
b13ee7dfd8f9bceb642daafebbb5e7b9 documentation/src/test/java/example/IgnoredTestsDemo.java
Expand Down Expand Up @@ -805,7 +806,6 @@ fb1a185da4ded3c70ac89b0e921ef50c junit-jupiter-params/src/main/java/org/junit/j
fb6900b8fb04be95d5bb1423bdcca59b documentation/src/test/java/example/OrderedTestsDemo.java
fbfc8b6f76d41bcdf86162407846a952 junit-jupiter-engine/src/main/java/org/junit/jupiter/engine/discovery/predicates/IsTestFactoryMethod.java
fcad7963446a6fc15ffdb9a4db58f978 junit-jupiter-params/src/main/java/org/junit/jupiter/params/provider/NullSource.java
fd132207f39958920600aa6bbe152228 documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-M1.adoc
fd386654d78d02c03e761475d3d7f0e9 junit-platform-launcher/src/main/java/org/junit/platform/launcher/listeners/LegacyReportingUtils.java
fd46635860f27b28f4e9e2b85ef91dfe junit-platform-console/src/main/java/org/junit/platform/console/options/BaseCommand.java
fdad38d506d69b1aa9dc04be34298537 documentation/src/test/java/example/CustomTestEngine.java
Expand Down
16 changes: 10 additions & 6 deletions docs/snapshot/release-notes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -585,18 +585,19 @@ <h4 id="new-features-and-improvements"><a class="anchor" href="#new-features-and
details.</p>
</li>
<li>
<p>Support for limiting the <code>max-pool-size-factor</code> for parallel execution via a configuration parameter.</p>
<p>Support for limiting the <code>max-pool-size-factor</code> for parallel execution via a
configuration parameter.</p>
</li>
<li>
<p>The new <code>testfeed</code> details mode for <code>ConsoleLauncher</code> prints test execution events as
<p>New <code>testfeed</code> details mode for <code>ConsoleLauncher</code> that prints test execution events as
they occur in a concise format.</p>
</li>
<li>
<p>The existing functionality of the Console Launcher has been split into two subcommands:
<p>The existing functionality of the <code>ConsoleLauncher</code> has been split into two subcommands:
<code>execute</code> for executing tests and <code>engines</code> for listing registered test engines.</p>
</li>
<li>
<p>A new <code>discover</code> subcommand has been added to the Console Launcher to print the
<p>A new <code>discover</code> subcommand has been added to the <code>ConsoleLauncher</code> to print the
discovered tests for the specified details mode without executing them.</p>
</li>
</ul>
Expand Down Expand Up @@ -676,7 +677,10 @@ <h4 id="new-features-and-improvements-2"><a class="anchor" href="#new-features-a
for details.</p>
</li>
<li>
<p>Improve error message for non-static <code>@MethodSource</code> factory methods</p>
<p>If a non-static <code>@MethodSource</code> factory method is used with test instance per-method
lifecycle semantics, the exception thrown now informs the user that the factory method
must be <code>static</code> unless the test class is annotated with
<code>@TestInstance(Lifecycle.PER_CLASS)</code>.</p>
</li>
</ul>
</div>
Expand Down Expand Up @@ -1055,7 +1059,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-04-26 14:18:16 UTC
Last updated 2023-04-26 17:18:32 UTC
</div>
</div>
<script src="../tocbot-3.0.2/tocbot.min.js"></script>
Expand Down
Loading

0 comments on commit 2ce0812

Please sign in to comment.