Class TreePrinter
java.lang.Object
org.junit.platform.console.output.TreePrinter
- Since:
- 1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ColorPaletteprivate final PrintWriterprivate final Theme -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Stringprivate StringcolorCaption(TreeNode node) (package private) voidprivate voidprivate voidprintFileEntry(String indent, FileEntry fileEntry) private voidprintMessage(Style style, String indent, String message) private voidprintReportEntry(String indent, Map.Entry<String, String> mapEntry) private voidprintReportEntry(String indent, ReportEntry reportEntry) private voidprintThrowable(String indent, TestExecutionResult result) private voidprintVisible(TreeNode node, String indent, boolean continuous) private String
-
Field Details
-
out
-
theme
-
colorPalette
-
-
Constructor Details
-
TreePrinter
TreePrinter(PrintWriter out, Theme theme, ColorPalette colorPalette)
-
-
Method Details
-
print
-
print
-
printVisible
-
tab
-
colorCaption
-
printThrowable
-
printReportEntry
-
printReportEntry
-
printFileEntry
-
printMessage
-
color
-