99* `@FieldSource` annotation for use with `@ParameterizedTest` methods
1010* `@AutoClose` annotation to automatically close field resources in tests
1111* `ConversionSupport` utility for converting from a string to a supported target type
12+ * Various documentation improvements
1213
1314For a complete list of all _closed_ issues and pull requests for this release, consult the
1415link:{junit5-repo}+/milestone/68?closed=1+[5.11.0-M1] milestone page in the JUnit
@@ -53,7 +54,7 @@ repository on GitHub.
5354 -- for use in third-party extensions and test engines.
5455* Error messages for type mismatches in `NamespacedHierarchicalStore` now include the
5556 actual type and value in addition to the required type.
56- * Updated open-test-reporting dependency to 0.1.0-M2.
57+ * Updated ` open-test-reporting` dependency to ` 0.1.0-M2` .
5758
5859
5960[[release-notes-5.11.0-M1-junit-jupiter]]
@@ -75,8 +76,6 @@ repository on GitHub.
7576 *** The same applies to other types of test methods (`@TestFactory`,
7677 `@ParameterizedTest`, etc.) as well as lifecycle methods (`@BeforeAll`,
7778 `@AfterAll`, `@BeforeEach`, and `@AfterEach`).
78- * `TempDir` suppresses `NoSuchFileException` when deleting files that may have been deleted
79- by another thread or process.
8079
8180[[release-notes-5.11.0-M1-junit-jupiter-deprecations-and-breaking-changes]]
8281==== Deprecations and Breaking Changes
@@ -97,25 +96,20 @@ repository on GitHub.
9796 close the annotated resource after test execution. See the
9897 <<../user-guide/index.adoc#writing-tests-built-in-extensions-AutoClose, User Guide>> for
9998 details.
99+ * `@TempDir` now suppresses `NoSuchFileException` when attempting to delete files that may
100+ have been already deleted by another thread or process.
100101* `JAVA_23` has been added to the `JRE` enum for use with JRE-based execution conditions.
102+ * New <<../user-guide/index.adoc#writing-tests-exceptions, Exception Handling>>
103+ documentation in the User Guide.
104+ * Improved documentation for <<../user-guide/index.adoc#writing-tests-assumptions,
105+ Assumptions>> in the User Guide.
106+ * Improved Javadoc for `assertThrows()` and `assertThrowsExactly()` to make it clear that
107+ the supplied message is not the _expected message_ of the thrown exception.
101108* Improved documentation for semantics of a disabled test regarding class-level lifecycle
102109 methods and callbacks.
103110
104111
105112[[release-notes-5.11.0-M1-junit-vintage]]
106113=== JUnit Vintage
107114
108- [[release-notes-5.11.0-M1-junit-vintage-bug-fixes]]
109- ==== Bug Fixes
110-
111- * ❓
112-
113- [[release-notes-5.11.0-M1-junit-vintage-deprecations-and-breaking-changes]]
114- ==== Deprecations and Breaking Changes
115-
116- * ❓
117-
118- [[release-notes-5.11.0-M1-junit-vintage-new-features-and-improvements]]
119- ==== New Features and Improvements
120-
121- * ❓
115+ No changes.
0 commit comments