Skip to content

Commit 5e02295

Browse files
committed
Remove ellipsis, spell Jupiter correctly
1 parent fcd8f7e commit 5e02295

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

documentation/src/plantuml/junit-platform-launcher-api-diagram.puml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ object "Test Classes"
1111
object "Feature Files"
1212
object "Specifications"
1313

14-
"IDEs" --> "JUnit Platform": ...
15-
"Build Tools" --> "JUnit Platform" : ...
14+
"IDEs" --> "JUnit Platform"
15+
"Build Tools" --> "JUnit Platform"
1616
"Console Launcher" --> "JUnit Platform" : requests discovery and execution
17-
"JUnit Platform" --> "Jupiter Test Engine": ...
18-
"Jupiter Test Engine" --> "Test Classes" : ...
17+
"JUnit Platform" --> "Jupiter Test Engine"
18+
"Jupiter Test Engine" --> "Test Classes"
1919

20-
"JUnit Platform" --> "Cucumber Test Engine": ...
21-
"Cucumber Test Engine" --> "Feature Files" : ...
20+
"JUnit Platform" --> "Cucumber Test Engine"
21+
"Cucumber Test Engine" --> "Feature Files"
2222

2323
"JUnit Platform" --> "Spock Test Engine": forwards request
2424
"Spock Test Engine" --> "Specifications" : discovers and executes

documentation/src/plantuml/suite-engine-duplicate-test-execution-diagram.puml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ together {
1515
object "Example Test A (@Suite)"
1616
}
1717

18-
"IDEs" --> "JUnit Platform": ...
19-
"Build Tools" --> "JUnit Platform" : ...
18+
"IDEs" --> "JUnit Platform"
19+
"Build Tools" --> "JUnit Platform"
2020
"Console Launcher" --> "JUnit Platform" : requests discovery and execution
2121

22-
"JUnit Platform" --> "Suite Test Engine" : ...
22+
"JUnit Platform" --> "Suite Test Engine"
2323
"Suite Test Engine" --> "@Suite annotated class" : discovers and executes
2424
"@Suite annotated class" --> "JUnit Platform (@Suite)" : requests discovery and execution
2525
"JUnit Platform (@Suite)" --> "Jupiter Test Engine (@Suite)" : forwards request

documentation/src/plantuml/suite-engine-multiple-suites-diagram.puml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ object "@Suite annotated class A"
1010
object "@Suite annotated class B"
1111
object "JUnit Platform (A)"
1212
object "JUnit Platform (B)"
13-
object "JUpiter Test Engine (A)"
14-
object "JUpiter Test Engine (B)"
13+
object "Jupiter Test Engine (A)"
14+
object "Jupiter Test Engine (B)"
1515
object "Tests in package A"
1616
object "Tests in package B"
1717

18-
"IDEs" --> "JUnit Platform": ...
19-
"Build Tools" --> "JUnit Platform" : ...
18+
"IDEs" --> "JUnit Platform"
19+
"Build Tools" --> "JUnit Platform"
2020
"Console Launcher" --> "JUnit Platform" : requests discovery and execution
2121
"JUnit Platform" --> "Suite Test Engine": forwards request
2222

23-
"Suite Test Engine" --> "@Suite annotated class A" : ...
24-
"@Suite annotated class A" --> "JUnit Platform (A)" : ...
25-
"JUnit Platform (A)" --> "JUpiter Test Engine (A)" : ...
26-
"JUpiter Test Engine (A)" --> "Tests in package A" : ...
23+
"Suite Test Engine" --> "@Suite annotated class A"
24+
"@Suite annotated class A" --> "JUnit Platform (A)"
25+
"JUnit Platform (A)" --> "Jupiter Test Engine (A)"
26+
"Jupiter Test Engine (A)" --> "Tests in package A"
2727

2828
"Suite Test Engine" --> "@Suite annotated class B" : discovers and executes
2929
"@Suite annotated class B" --> "JUnit Platform (B)" : requests discovery and execution
30-
"JUnit Platform (B)" --> "JUpiter Test Engine (B)" : forwards request
31-
"JUpiter Test Engine (B)" --> "Tests in package B" : discovers and executes
30+
"JUnit Platform (B)" --> "Jupiter Test Engine (B)" : forwards request
31+
"Jupiter Test Engine (B)" --> "Tests in package B" : discovers and executes
3232
@enduml

0 commit comments

Comments
 (0)