Skip to content

Commit 51ebf51

Browse files
committed
Add open-test-reporting-tooling-spi to component diagram
1 parent ae41197 commit 51ebf51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

documentation/src/plantuml/component-diagram.puml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ package org.opentest4j {
3939
[opentest4j]
4040
}
4141

42+
package org.opentest4j.reporting {
43+
[open-test-reporting-tooling-spi] as otr_tooling_spi
44+
}
45+
4246
package org.apiguardian {
4347
[apiguardian-api] as apiguardian
4448
note bottom of apiguardian #white
@@ -77,6 +81,7 @@ engine ....> opentest4j
7781
engine ..> commons
7882

7983
reporting ..> launcher
84+
reporting ..> otr_tooling_spi
8085

8186
runner ..> suite_commons
8287
runner ...> junit4

0 commit comments

Comments
 (0)