All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ousell.cucumber2junit-maven-plugin.1.3.1.source-code.cucumberMain.vm Maven / Gradle / Ivy

package $packageName;

import cucumber.api.cli.Main;

public class CucumberMain extends Main {

  public static byte runFeatures(String[] argv) throws Throwable {
    return run(argv, Thread.currentThread().getContextClassLoader());
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy