Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update documentation/src/docs/asciidoc/user-guide/writing-tests.adoc
  • Loading branch information
marcphilipp authored May 19, 2025
commit fea623a37756a85e308670af189eade01a71b8a3
Original file line number Diff line number Diff line change
Expand Up @@ -3195,7 +3195,8 @@ execution order. Thus, in both cases, test methods in such test classes are only
concurrently if the `@Execution(CONCURRENT)` annotation is present on the test class or
method.

You can use the `@Execution` annotation to explicitly configure concurrent execution for a test class or method:
You can use the `@Execution` annotation to explicitly configure the execution mode for a
test class or method:

[source,java]
----
Expand Down
Loading