@@ -41,7 +41,7 @@ repository on GitHub.
4141
4242* Introduce new `Launcher.execute({LauncherExecutionRequest})` API with corresponding
4343 `LauncherExecutionRequestBuilder` to enable the addition of parameters to test
44- executions without additional overloads of `execute`.
44+ executions without additional overloads of `execute(...) `.
4545* Introduce `LauncherDiscoveryRequestBuilder.forExecution()` method as a convenience
4646 method for constructing a `{LauncherExecutionRequest}` that contains a
4747 `{LauncherDiscoveryRequest}`.
@@ -54,7 +54,7 @@ repository on GitHub.
5454 now causes test execution to be cancelled after the first failed test.
5555* Provide cancellation support for implementations of `{HierarchicalTestEngine}` such as
5656 JUnit Jupiter, Spock, and Cucumber.
57- * Provide cancellation support for the Suite and Vintage test engines
57+ * Provide cancellation support for the `@ Suite` test engine.
5858* Introduce `TestTask.getTestDescriptor()` method for use in
5959 `HierarchicalTestExecutorService` implementations.
6060* Introduce `computeIfAbsent(...)` methods in `NamespacedHierarchicalStore` to simplify
@@ -72,11 +72,11 @@ repository on GitHub.
7272[[release-notes-6.0.0-M2-junit-jupiter-deprecations-and-breaking-changes]]
7373==== Deprecations and Breaking Changes
7474
75- * Change return type of `provideTestTemplateInvocationContexts(ExtensionContext)` method
76- of the `TestTemplateInvocationContextProvider` interface from
75+ * Change the return type of the `provideTestTemplateInvocationContexts(ExtensionContext)`
76+ method in the `TestTemplateInvocationContextProvider` interface from
7777 `Stream<TestTemplateInvocationContext>` to
7878 `Stream<? extends TestTemplateInvocationContext>`.
79- * Remove support for `junit.jupiter.params.arguments.conversion.locale.format`
79+ * Remove support for the `junit.jupiter.params.arguments.conversion.locale.format`
8080 configuration parameter. `Locale` conversions are now always performed using the IETF
8181 BCP 47 language tag format supported by the `Locale.forLanguageTag(String)` factory
8282 method.
@@ -100,7 +100,7 @@ repository on GitHub.
100100 `fruit = apple` instead of `fruit=apple`.
101101* Reason strings supplied to `ConditionEvaluationResult` APIs are now officially declared
102102 as `@Nullable`.
103- * Introduce `computeIfAbsent(...)` methods in `ExtensionContext.Store` to ease simplify
103+ * Introduce `computeIfAbsent(...)` methods in `ExtensionContext.Store` to simplify working
104104 with non-nullable types.
105105
106106
@@ -120,4 +120,4 @@ repository on GitHub.
120120[[release-notes-6.0.0-M2-junit-vintage-new-features-and-improvements]]
121121==== New Features and Improvements
122122
123- * ❓
123+ * Provide cancellation support for the Vintage test engine.
0 commit comments