@@ -10,23 +10,23 @@ object "@Suite annotated class A"
1010object  "@Suite annotated class B" 
1111object  "JUnit Platform (A)" 
1212object  "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)" 
1515object  "Tests in package A" 
1616object  "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