Package cucumber.api.cli
Class Main
- java.lang.Object
-
- cucumber.api.cli.Main
-
@Deprecated public class Main extends Object
Deprecated.useMaininstead.
-
-
Constructor Summary
Constructors Constructor Description Main()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidmain(String[] argv)Deprecated.static byterun(String[] argv, ClassLoader classLoader)Deprecated.Launches the Cucumber-JVM command line.
-
-
-
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 theio.cucumber.core.options.Usage.txtresource.classLoader- classloader used to load the runtime- Returns:
- 0 if execution was successful, 1 if it was not (test failures)
-
-