9
9
* `@FieldSource` annotation for use with `@ParameterizedTest` methods
10
10
* `@AutoClose` annotation to automatically close field resources in tests
11
11
* `ConversionSupport` utility for converting from a string to a supported target type
12
+ * Various documentation improvements
12
13
13
14
For a complete list of all _closed_ issues and pull requests for this release, consult the
14
15
link:{junit5-repo}+/milestone/68?closed=1+[5.11.0-M1] milestone page in the JUnit
@@ -53,7 +54,7 @@ repository on GitHub.
53
54
-- for use in third-party extensions and test engines.
54
55
* Error messages for type mismatches in `NamespacedHierarchicalStore` now include the
55
56
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` .
57
58
58
59
59
60
[[release-notes-5.11.0-M1-junit-jupiter]]
@@ -75,8 +76,6 @@ repository on GitHub.
75
76
*** The same applies to other types of test methods (`@TestFactory`,
76
77
`@ParameterizedTest`, etc.) as well as lifecycle methods (`@BeforeAll`,
77
78
`@AfterAll`, `@BeforeEach`, and `@AfterEach`).
78
- * `TempDir` suppresses `NoSuchFileException` when deleting files that may have been deleted
79
- by another thread or process.
80
79
81
80
[[release-notes-5.11.0-M1-junit-jupiter-deprecations-and-breaking-changes]]
82
81
==== Deprecations and Breaking Changes
@@ -97,25 +96,20 @@ repository on GitHub.
97
96
close the annotated resource after test execution. See the
98
97
<<../user-guide/index.adoc#writing-tests-built-in-extensions-AutoClose, User Guide>> for
99
98
details.
99
+ * `@TempDir` now suppresses `NoSuchFileException` when attempting to delete files that may
100
+ have been already deleted by another thread or process.
100
101
* `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.
101
108
* Improved documentation for semantics of a disabled test regarding class-level lifecycle
102
109
methods and callbacks.
103
110
104
111
105
112
[[release-notes-5.11.0-M1-junit-vintage]]
106
113
=== JUnit Vintage
107
114
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