Package org.tap4j.plugin.util
Class DiagnosticUtil
java.lang.Object
org.tap4j.plugin.util.DiagnosticUtil
Used to create YAML view.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringcreateDiagnosticTable(String tapFile, Map<String, Object> diagnostic) static voidcreateDiagnosticTableRecursively(String tapFile, String parentKey, Map<String, Object> diagnostic, StringBuilder sb, int depth)
-
Method Details
-
createDiagnosticTable
-
createDiagnosticTableRecursively
-