public class Main extends Object
Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] argv) |
static byte |
run(String[] argv,
ClassLoader classLoader)
Launches the Cucumber-JVM command line.
|
public static byte run(String[] argv, ClassLoader classLoader) throws IOException
argv
- runtime options. See details in the cucumber.api.cli.Usage.txt
resource.classLoader
- classloader used to load the runtimeIOException
- if resources couldn't be loaded during the run.Copyright © 2017. All rights reserved.