Interface DetailsPrintingListener

All Superinterfaces:
org.junit.platform.launcher.TestExecutionListener
All Known Implementing Classes:
FlatPrintingListener, TestFeedPrintingListener, TreePrintingListener, VerboseTreePrintingListener

@API(status=INTERNAL, since="1.14") public interface DetailsPrintingListener extends org.junit.platform.launcher.TestExecutionListener
Since:
1.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Pattern
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    indented(String message, String indentation)
     
    void
    listTests(org.junit.platform.launcher.TestPlan testPlan)
     

    Methods inherited from interface org.junit.platform.launcher.TestExecutionListener

    dynamicTestRegistered, executionFinished, executionSkipped, executionStarted, fileEntryPublished, reportingEntryPublished, testPlanExecutionFinished, testPlanExecutionStarted
  • Field Details

    • LINE_START_PATTERN

      static final Pattern LINE_START_PATTERN
  • Method Details

    • listTests

      void listTests(org.junit.platform.launcher.TestPlan testPlan)
    • indented

      static String indented(String message, String indentation)