public class CucumberUtils extends Object
Modifier and Type | Method and Description |
---|---|
static ScriptValueMap |
call(FeatureWrapper feature,
CallContext callContext) |
static void |
call(ScenarioWrapper scenario,
KarateBackend backend) |
static KarateBackend |
getBackendWithGlue(ScriptEnv env,
CallContext callContext) |
static cucumber.runtime.model.CucumberFeature |
parse(String text,
String featurePath) |
static StepResult |
runCalledStep(StepWrapper step,
KarateBackend backend) |
static StepResult |
runStep(String featurePath,
gherkin.formatter.model.Step step,
gherkin.formatter.Reporter reporter,
gherkin.I18n i18n,
KarateBackend backend) |
public static KarateBackend getBackendWithGlue(ScriptEnv env, CallContext callContext)
public static ScriptValueMap call(FeatureWrapper feature, CallContext callContext)
public static void call(ScenarioWrapper scenario, KarateBackend backend)
public static StepResult runCalledStep(StepWrapper step, KarateBackend backend)
public static StepResult runStep(String featurePath, gherkin.formatter.model.Step step, gherkin.formatter.Reporter reporter, gherkin.I18n i18n, KarateBackend backend)
Copyright © 2017. All rights reserved.