
ousell.cucumber2junit-maven-plugin.1.5.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