Skip to content

Commit 4df8e81

Browse files
committed
Rename diagrams to match header ids
1 parent b822014 commit 4df8e81

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

documentation/src/docs/asciidoc/user-guide/advanced-topics/junit-platform-suite-engine.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
The Suite Engine supports the declarative selection and execution of tests from
55
_any_ test engine on the JUnit Platform using the <<launcher-api>>.
66

7-
image::suite-engine-multiple-suites-diagram.svg[]
7+
image::junit-platform-suite-engine-diagram.svg[]
88

99
[[junit-platform-suite-engine-setup]]
1010
==== Setup
@@ -70,7 +70,7 @@ potentially with different configurations.
7070
Moreover, tests in a suite are executed in addition to the tests executed by every other
7171
test engine. This can result in the same tests being executed twice.
7272

73-
image::suite-engine-duplicate-test-execution-diagram.svg[]
73+
image::junit-platform-suite-engine-duplicate-test-execution-diagram.svg[]
7474

7575
This can be prevented by configuring your build tool to only include the
7676
`junit-platform-suite` engine. Or by using a naming pattern. For example, name all suites

documentation/src/docs/asciidoc/user-guide/advanced-topics/launcher-api.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tests. Moreover, third party test libraries – like Spock or Cucumber – can p
1414
JUnit Platform's launching infrastructure by providing a custom
1515
<<test-engines,TestEngine>>.
1616

17-
image::junit-platform-launcher-api-diagram.svg[]
17+
image::launcher-api-diagram.svg[]
1818

1919
The launcher API is in the `{junit-platform-launcher}` module.
2020

0 commit comments

Comments
 (0)