We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae41197 commit 51ebf51Copy full SHA for 51ebf51
documentation/src/plantuml/component-diagram.puml
@@ -39,6 +39,10 @@ package org.opentest4j {
39
[opentest4j]
40
}
41
42
+package org.opentest4j.reporting {
43
+ [open-test-reporting-tooling-spi] as otr_tooling_spi
44
+}
45
+
46
package org.apiguardian {
47
[apiguardian-api] as apiguardian
48
note bottom of apiguardian #white
@@ -77,6 +81,7 @@ engine ....> opentest4j
77
81
engine ..> commons
78
82
79
83
reporting ..> launcher
84
+reporting ..> otr_tooling_spi
80
85
86
runner ..> suite_commons
87
runner ...> junit4
0 commit comments