@Deprecated
public class CucumberWithSerenityRuntimeMain
extends java.lang.Object
| Constructor and Description |
|---|
CucumberWithSerenityRuntimeMain()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] argv)
Deprecated.
|
static byte |
run(java.lang.String[] argv,
java.util.function.Supplier<java.lang.ClassLoader> classLoaderSupplier)
Deprecated.
Launches the Cucumber-JVM command line
|
public CucumberWithSerenityRuntimeMain()
public static void main(java.lang.String[] argv)
throws java.lang.Throwable
java.lang.Throwablepublic static byte run(java.lang.String[] argv,
java.util.function.Supplier<java.lang.ClassLoader> classLoaderSupplier)
throws java.io.IOException
argv - runtime options. See details in the cucumber.api.cli.Usage.txt resourceclassLoaderSupplier - classloader used to load the runtimejava.io.IOException - if resources couldn't be loaded during execution