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 20, 2024
1 parent 05a2d04 commit 5e4e3da
Showing 1 changed file with 21 additions and 34 deletions.
55 changes: 21 additions & 34 deletions docs/snapshot/release-notes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,9 @@ <h2 id="release-notes-5.11.0-M1"><a class="anchor" href="#release-notes-5.11.0-M
<li>
<p><code>ConversionSupport</code> utility for converting from a string to a supported target type</p>
</li>
<li>
<p>Various documentation improvements</p>
</li>
</ul>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -600,7 +603,7 @@ <h4 id="release-notes-5.11.0-M1-junit-platform-new-features-and-improvements"><a
actual type and value in addition to the required type.</p>
</li>
<li>
<p>Updated open-test-reporting dependency to 0.1.0-M2.</p>
<p>Updated <code>open-test-reporting</code> dependency to <code>0.1.0-M2</code>.</p>
</li>
</ul>
</div>
Expand Down Expand Up @@ -641,10 +644,6 @@ <h4 id="release-notes-5.11.0-M1-junit-jupiter-bug-fixes"><a class="anchor" href=
</ul>
</div>
</li>
<li>
<p><code>TempDir</code> suppresses <code>NoSuchFileException</code> when deleting files that may have been deleted
by another thread or process.</p>
</li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -678,49 +677,37 @@ <h4 id="release-notes-5.11.0-M1-junit-jupiter-new-features-and-improvements"><a
details.</p>
</li>
<li>
<p><code>@TempDir</code> now suppresses <code>NoSuchFileException</code> when attempting to delete files that may
have been already deleted by another thread or process.</p>
</li>
<li>
<p><code>JAVA_23</code> has been added to the <code>JRE</code> enum for use with JRE-based execution conditions.</p>
</li>
<li>
<p>Improved documentation for semantics of a disabled test regarding class-level lifecycle
methods and callbacks.</p>
<p>New <a href="../user-guide/index.html#writing-tests-exceptions">Exception Handling</a>
documentation in the User Guide.</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="release-notes-5.11.0-M1-junit-vintage"><a class="anchor" href="#release-notes-5.11.0-M1-junit-vintage"></a>JUnit Vintage</h3>
<div class="sect3">
<h4 id="release-notes-5.11.0-M1-junit-vintage-bug-fixes"><a class="anchor" href="#release-notes-5.11.0-M1-junit-vintage-bug-fixes"></a>Bug Fixes</h4>
<div class="ulist">
<ul>
<li>
<p></p>
<p>Improved documentation for <a href="../user-guide/index.html#writing-tests-assumptions">Assumptions</a> in the User Guide.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="release-notes-5.11.0-M1-junit-vintage-deprecations-and-breaking-changes"><a class="anchor" href="#release-notes-5.11.0-M1-junit-vintage-deprecations-and-breaking-changes"></a>Deprecations and Breaking Changes</h4>
<div class="ulist">
<ul>
<li>
<p></p>
<p>Improved Javadoc for <code>assertThrows()</code> and <code>assertThrowsExactly()</code> to make it clear that
the supplied message is not the <em>expected message</em> of the thrown exception.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="release-notes-5.11.0-M1-junit-vintage-new-features-and-improvements"><a class="anchor" href="#release-notes-5.11.0-M1-junit-vintage-new-features-and-improvements"></a>New Features and Improvements</h4>
<div class="ulist">
<ul>
<li>
<p></p>
<p>Improved documentation for semantics of a disabled test regarding class-level lifecycle
methods and callbacks.</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="release-notes-5.11.0-M1-junit-vintage"><a class="anchor" href="#release-notes-5.11.0-M1-junit-vintage"></a>JUnit Vintage</h3>
<div class="paragraph">
<p>No changes.</p>
</div>
</div>
</div>
</div>
<div class="sect1">
Expand Down

0 comments on commit 5e4e3da

Please sign in to comment.