Class TreePrinter

java.lang.Object
org.junit.platform.console.output.TreePrinter

class TreePrinter extends Object
Since:
1.0
  • Field Details

  • Constructor Details

  • Method Details

    • print

      void print(TreeNode node)
    • print

      private void print(TreeNode node, String indent, boolean continuous)
    • printVisible

      private void printVisible(TreeNode node, String indent, boolean continuous)
    • tab

      private String tab(TreeNode node, boolean continuous)
    • colorCaption

      private String colorCaption(TreeNode node)
    • printThrowable

      private void printThrowable(String indent, org.junit.platform.engine.TestExecutionResult result)
    • printReportEntry

      private void printReportEntry(String indent, org.junit.platform.engine.reporting.ReportEntry reportEntry)
    • printReportEntry

      private void printReportEntry(String indent, Map.Entry<String,String> mapEntry)
    • printFileEntry

      private void printFileEntry(String indent, org.junit.platform.engine.reporting.FileEntry fileEntry)
    • printMessage

      private void printMessage(Style style, String indent, String message)
    • color

      private String color(Style style, String text)