Class TapirLauncher


  • public class TapirLauncher
    extends java.lang.Object
    The TapirLauncher launches a given tapir test class via the command line.
    Since:
    2.0.0
    Author:
    Oliver Libutzki <[email protected]>
    • Constructor Summary

      Constructors 
      Constructor Description
      TapirLauncher()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Launches the given tapir test class.
      • 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

      • main

        public static void main​(java.lang.String[] args)
        Launches the given tapir test class.
        Parameters:
        args - The command line arguments. The argument "testClass" is required and indicates the test class to be executed.
        Since:
        2.0.0