| Package | Description |
|---|---|
| com.intuit.karate | |
| com.intuit.karate.core |
| Constructor and Description |
|---|
StepActions(FeatureContext featureContext,
CallContext callContext,
Scenario scenario,
Logger logger) |
| Modifier and Type | Field and Description |
|---|---|
FeatureContext |
ExecutionContext.featureContext |
FeatureContext |
ScenarioContext.featureContext |
FeatureContext |
ScenarioContext.rootFeatureContext |
| Modifier and Type | Method and Description |
|---|---|
static FeatureContext |
FeatureContext.forEnv() |
static FeatureContext |
FeatureContext.forEnv(String env) |
static FeatureContext |
FeatureContext.forFeatureAndWorkingDir(String env,
Feature feature,
File file) |
static FeatureContext |
FeatureContext.forWorkingDir(File file) |
static FeatureContext |
FeatureContext.forWorkingDir(String env,
File file) |
FeatureContext |
ScenarioContext.getFeatureContext() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FeatureExecutionUnit.isSelected(FeatureContext fc,
Scenario scenario,
Logger logger) |
| Constructor and Description |
|---|
ExecutionContext(long startTime,
FeatureContext featureContext,
CallContext callContext,
String reportDirString,
java.util.function.Consumer<Runnable> system,
ExecutorService scenarioExecutor) |
ScenarioContext(FeatureContext featureContext,
CallContext call,
Scenario scenario,
Logger logger) |
Copyright © 2019. All rights reserved.