Interface DetailsPrintingListener

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.regex.Pattern LINE_START_PATTERN  
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      static java.lang.String indented​(java.lang.String message, java.lang.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 Detail

      • LINE_START_PATTERN

        static final java.util.regex.Pattern LINE_START_PATTERN
    • Method Detail

      • listTests

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

        static java.lang.String indented​(java.lang.String message,
                                         java.lang.String indentation)