Interface TestReport

    • Method Detail

      • report

        void report​(TestResults results,
                    java.io.Writer writer)
             throws java.io.IOException
        Throws:
        java.io.IOException
      • report

        default java.lang.String report​(TestResults results)
      • reportToPath

        default void reportToPath​(TestResults results,
                                  java.nio.file.Path path)
                           throws java.io.IOException
        Throws:
        java.io.IOException