Skip to content

Commit e427ac2

Browse files
committed
Document parallel execution regarding @⁠MockitoBean & @⁠MockitoSpyBean
1 parent 56fe857 commit e427ac2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ for when not to run tests in parallel.
1616
Do not run tests in parallel if the tests:
1717

1818
* Use Spring Framework's `@DirtiesContext` support.
19+
* Use Spring Framework's `@MockitoBean` or `@MockitoSpyBean` support.
1920
* Use Spring Boot's `@MockBean` or `@SpyBean` support.
2021
* Use JUnit 4's `@FixMethodOrder` support or any testing framework feature
2122
that is designed to ensure that test methods run in a particular order. Note,

0 commit comments

Comments
 (0)