Class Main

    • Constructor Detail

      • Main

        public Main()
        Deprecated.
    • Method Detail

      • main

        public static void main​(String[] argv)
        Deprecated.
      • run

        public static byte run​(String[] argv,
                               ClassLoader classLoader)
        Deprecated.
        Launches the Cucumber-JVM command line.
        Parameters:
        argv - runtime options. See details in the io.cucumber.core.options.Usage.txt resource.
        classLoader - classloader used to load the runtime
        Returns:
        0 if execution was successful, 1 if it was not (test failures)