Class ConsoleTestExecutor


  • @API(status=INTERNAL,
         since="1.0")
    public class ConsoleTestExecutor
    extends java.lang.Object
    Since:
    1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.junit.platform.launcher.listeners.TestExecutionSummary execute​(java.io.PrintWriter out)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • execute

        public org.junit.platform.launcher.listeners.TestExecutionSummary execute​(java.io.PrintWriter out)
                                                                           throws java.lang.Exception
        Throws:
        java.lang.Exception