| Package | Description |
|---|---|
| com.intuit.karate | |
| com.intuit.karate.core | |
| com.intuit.karate.cucumber |
| Modifier and Type | Field and Description |
|---|---|
Feature |
CallContext.feature |
| Modifier and Type | Method and Description |
|---|---|
static Feature |
FileUtils.parseFeatureAndCallTag(String path) |
| Modifier and Type | Method and Description |
|---|---|
static ScriptValue |
Script.evalFeatureCall(Feature feature,
Object callArg,
ScenarioContext context,
boolean reuseParentConfig,
ScenarioContext reportContext) |
static CallContext |
CallContext.forAsync(Feature feature,
Collection<ExecutionHook> hooks,
Map<String,Object> arg,
boolean perfMode) |
static CallContext |
CallContext.forCall(Feature feature,
ScenarioContext context,
Map<String,Object> callArg,
int loopIndex,
boolean reuseParentConfig,
ScenarioContext reportContext) |
static Map<String,Object> |
Runner.runFeature(Feature feature,
Map<String,Object> vars,
boolean evalKarateConfig) |
| Constructor and Description |
|---|
CallContext(Feature feature,
ScenarioContext context,
int callDepth,
Map<String,Object> callArg,
int loopIndex,
ScenarioContext reportContext,
boolean reuseParentContext,
boolean evalKarateConfig,
String httpClientClass,
Collection<ExecutionHook> executionHooks,
boolean perfMode) |
| Modifier and Type | Field and Description |
|---|---|
Feature |
FeatureContext.feature |
| Modifier and Type | Method and Description |
|---|---|
Feature |
Feature.addLine(int index,
String line) |
Feature |
Scenario.getFeature() |
Feature |
Step.getFeature() |
Feature |
FeatureResult.getFeature() |
static Feature |
FeatureParser.parse(File file) |
static Feature |
FeatureParser.parse(Resource resource) |
static Feature |
FeatureParser.parse(String path) |
static Feature |
FeatureParser.parseText(Feature old,
String text) |
Feature |
Feature.replaceLines(int start,
int end,
String text) |
Feature |
Feature.replaceStep(Step step,
String text) |
Feature |
Feature.replaceText(String text) |
| Modifier and Type | Method and Description |
|---|---|
static FeatureResult |
Engine.executeFeatureSync(String env,
Feature feature,
String tagSelector,
CallContext callContext) |
static FeatureContext |
FeatureContext.forFeatureAndWorkingDir(String env,
Feature feature,
File file) |
static Feature |
FeatureParser.parseText(Feature old,
String text) |
| Constructor and Description |
|---|
FeatureBackend(Feature feature) |
FeatureBackend(Feature feature,
Map<String,Object> vars) |
FeatureContext(String envString,
Feature feature,
File workingDir,
String tagSelector) |
FeatureContext(String env,
Feature feature,
String tagSelector) |
FeatureResult(Feature feature) |
Scenario(Feature feature,
FeatureSection section,
int index) |
ScenarioOutline(Feature feature,
FeatureSection section) |
Step(Feature feature,
Scenario scenario,
int index) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
CucumberRunner.runFeature(Feature feature,
Map<String,Object> vars,
boolean evalKarateConfig) |
Copyright © 2019. All rights reserved.