File tree 1 file changed +3
-5
lines changed
framework-docs/modules/ROOT/pages/testing/testcontext-framework
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
[[testcontext-parallel-test-execution]]
2
2
= Parallel Test Execution
3
3
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.
8
7
9
8
TIP: For details on how to set up parallel test execution, see the documentation for your
10
9
testing framework, build tool, or IDE.
@@ -45,4 +44,3 @@ the javadoc for {spring-framework-api}/test/context/TestContext.html[`TestContex
45
44
third-party library that provides a custom `TestContext` implementation, you need to
46
45
verify that it is suitable for parallel test execution.
47
46
48
-
You can’t perform that action at this time.
0 commit comments