From 56fe857f1e07cec059cb25dc4ff07e660cb0d0bb Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:03:43 +0200 Subject: [PATCH] Don't reference "Spring Framework 5.0" in parallel test execution section --- .../testcontext-framework/parallel-test-execution.adoc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/framework-docs/modules/ROOT/pages/testing/testcontext-framework/parallel-test-execution.adoc b/framework-docs/modules/ROOT/pages/testing/testcontext-framework/parallel-test-execution.adoc index 6cb00cbcc75..fe00e836cb2 100644 --- a/framework-docs/modules/ROOT/pages/testing/testcontext-framework/parallel-test-execution.adoc +++ b/framework-docs/modules/ROOT/pages/testing/testcontext-framework/parallel-test-execution.adoc @@ -1,10 +1,9 @@ [[testcontext-parallel-test-execution]] = Parallel Test Execution -Spring Framework 5.0 introduced basic support for executing tests in parallel within a -single JVM when using the Spring TestContext Framework. In general, this means that most -test classes or test methods can be run in parallel without any changes to test code -or configuration. +The Spring TestContext Framework provides basic support for executing tests in parallel +within a single JVM. In general, this means that most test classes or test methods can be +run in parallel without any changes to test code or configuration. TIP: For details on how to set up parallel test execution, see the documentation for your testing framework, build tool, or IDE. @@ -45,4 +44,3 @@ the javadoc for {spring-framework-api}/test/context/TestContext.html[`TestContex third-party library that provides a custom `TestContext` implementation, you need to verify that it is suitable for parallel test execution. -