Class TapirLauncher

    • Constructor Summary

      Constructors 
      Constructor Description
      TapirLauncher()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void launch​(java.lang.Class<?> javaClass)
      Executes the given test class or suite.
      • Methods inherited from class java.lang.Object

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

      • TapirLauncher

        public TapirLauncher()
    • Method Detail

      • launch

        public static void launch​(java.lang.Class<?> javaClass)
        Executes the given test class or suite.
        Parameters:
        javaClass - The test class or test suite to be executed
        Since:
        2.0.0