@@ -23,20 +23,20 @@ The **JUnit Platform** serves as a foundation for <<launcher-api,launching testi
23
23
frameworks>> on the JVM. It also defines the `{TestEngine}` API for developing a testing
24
24
framework that runs on the platform. Furthermore, the platform provides a
25
25
<<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>>).
33
32
34
33
**JUnit Jupiter** is the combination of the new <<writing-tests,programming model>> and
35
34
<<extensions,extension model>> for writing tests and extensions in JUnit 5. The Jupiter
36
35
sub-project provides a `TestEngine` for running Jupiter based tests on the platform.
37
36
38
37
**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.
40
40
41
41
[[overview-java-versions]]
42
42
=== Supported Java Versions
@@ -47,7 +47,7 @@ has been compiled with previous versions of the JDK.
47
47
[[overview-getting-help]]
48
48
=== Getting Help
49
49
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}.
51
51
52
52
[[overview-getting-started]]
53
53
=== Getting Started
0 commit comments