Skip to content

Commit 68d93ea

Browse files
committed
Polishing
1 parent 7b130ea commit 68d93ea

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-5.13.0-M1.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ repository on GitHub.
2626
[[release-notes-5.13.0-M1-junit-platform-new-features-and-improvements]]
2727
==== New Features and Improvements
2828

29-
* New optional CLI options `--redirect-stdout` and `--redirect-stderr` to redirect stdout
30-
and stderr outputs to a file.
29+
* New `ConsoleLauncher` options `--redirect-stdout` and `--redirect-stderr` for
30+
redirecting `stdout` and `stderr` output streams to files.
3131

3232

3333
[[release-notes-5.13.0-M1-junit-jupiter]]
@@ -64,9 +64,9 @@ repository on GitHub.
6464
`@ParameterizedTest` may be used to provide arguments via constructor or field
6565
injection. Please refer to the
6666
<<../user-guide/index.adoc#writing-tests-parameterized-tests, User Guide>> for details.
67-
* Introduce additional `@ParameterizedClass`-specific
67+
* New `@ParameterizedClass`-specific
6868
`@BeforeParameterizedClassInvocation`/`@AfterParameterizedClassInvocation` lifecycle
69-
methods that are invoked once before/after each invocation of the parametrized class.
69+
methods that are invoked once before/after each invocation of the parameterized class.
7070
* New `@SentenceFragment` annotation which allows one to supply custom text for individual
7171
sentence fragments when using the `IndicativeSentences` `DisplayNameGenerator`. See the
7272
updated documentation in the

documentation/src/docs/asciidoc/user-guide/advanced-topics/junit-platform-reporting.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ $ java -jar junit-platform-console-standalone-{platform-version}.jar <OPTIONS> \
145145
--config=junit.platform.reporting.output.dir=reports
146146
----
147147

148-
Configuration parameters can also be set in a custom properties file supplied as a classpath resource
149-
via the `--config-resource` option:
148+
Configuration parameters can also be set in a custom properties file supplied as a
149+
classpath resource via the `--config-resource` option:
150150

151151
[source,console,subs=attributes+]
152152
----

documentation/src/docs/asciidoc/user-guide/running-tests.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ additional `@` symbol. For example, `@@somearg` will become `@somearg` and will
813813
subject to expansion.
814814

815815
[[running-tests-console-launcher-color-customization]]
816-
==== Color customization
816+
==== Color Customization
817817

818818
The colors used in the output of the `{ConsoleLauncher}` can be customized.
819819
The option `--single-color` will apply a built-in monochrome style, while

0 commit comments

Comments
 (0)