Skip to content

Commit 69aed70

Browse files
committed
Polish Overview section of User Guide
1 parent 4181b9c commit 69aed70

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

documentation/src/docs/asciidoc/user-guide/overview.adoc

+9-9
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ The **JUnit Platform** serves as a foundation for <<launcher-api,launching testi
2323
frameworks>> on the JVM. It also defines the `{TestEngine}` API for developing a testing
2424
framework that runs on the platform. Furthermore, the platform provides a
2525
<<running-tests-console-launcher,Console Launcher>> to launch the platform from the
26-
command line and a <<running-tests-junit-platform-runner,JUnit 4 based Runner>> for
27-
running any `TestEngine` on the platform in a JUnit 4 based environment. First-class
28-
support for the JUnit Platform also exists in popular IDEs (see
29-
<<running-tests-ide-intellij-idea>>, <<running-tests-ide-eclipse>>,
30-
<<running-tests-ide-netbeans>>, and <<running-tests-ide-vscode>>) and build tools (see
31-
<<running-tests-build-gradle>>, <<running-tests-build-maven>>, and
32-
<<running-tests-build-ant>>).
26+
command line and the <<junit-platform-suite-engine>> for running a custom test suite using
27+
one or more test engines on the platform. First-class support for the JUnit Platform also
28+
exists in popular IDEs (see <<running-tests-ide-intellij-idea>>,
29+
<<running-tests-ide-eclipse>>, <<running-tests-ide-netbeans>>, and
30+
<<running-tests-ide-vscode>>) and build tools (see <<running-tests-build-gradle>>,
31+
<<running-tests-build-maven>>, and <<running-tests-build-ant>>).
3332

3433
**JUnit Jupiter** is the combination of the new <<writing-tests,programming model>> and
3534
<<extensions,extension model>> for writing tests and extensions in JUnit 5. The Jupiter
3635
sub-project provides a `TestEngine` for running Jupiter based tests on the platform.
3736

3837
**JUnit Vintage** provides a `TestEngine` for running JUnit 3 and JUnit 4 based tests on
39-
the platform. It requires JUnit 4.12 or later to be present on the class/module path.
38+
the platform. It requires JUnit 4.12 or later to be present on the class path or module
39+
path.
4040

4141
[[overview-java-versions]]
4242
=== Supported Java Versions
@@ -47,7 +47,7 @@ has been compiled with previous versions of the JDK.
4747
[[overview-getting-help]]
4848
=== Getting Help
4949

50-
Ask JUnit 5 related questions on {StackOverflow} or chat with us on {Gitter}.
50+
Ask JUnit 5 related questions on {StackOverflow} or chat with the community on {Gitter}.
5151

5252
[[overview-getting-started]]
5353
=== Getting Started

0 commit comments

Comments
 (0)