Skip to content

Commit 56fe857

Browse files
committed
Don't reference "Spring Framework 5.0" in parallel test execution section
1 parent bd4823e commit 56fe857

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

framework-docs/modules/ROOT/pages/testing/testcontext-framework/parallel-test-execution.adoc

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[[testcontext-parallel-test-execution]]
22
= Parallel Test Execution
33

4-
Spring Framework 5.0 introduced basic support for executing tests in parallel within a
5-
single JVM when using the Spring TestContext Framework. In general, this means that most
6-
test classes or test methods can be run in parallel without any changes to test code
7-
or configuration.
4+
The Spring TestContext Framework provides basic support for executing tests in parallel
5+
within a single JVM. In general, this means that most test classes or test methods can be
6+
run in parallel without any changes to test code or configuration.
87

98
TIP: For details on how to set up parallel test execution, see the documentation for your
109
testing framework, build tool, or IDE.
@@ -45,4 +44,3 @@ the javadoc for {spring-framework-api}/test/context/TestContext.html[`TestContex
4544
third-party library that provides a custom `TestContext` implementation, you need to
4645
verify that it is suitable for parallel test execution.
4746

48-

0 commit comments

Comments
 (0)