| Package | Description |
|---|---|
| com.intuit.karate | |
| com.intuit.karate.core |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
StepActions(FeatureContext featureContext,
CallContext callContext,
Scenario scenario,
Logger logger) |
| Modifier and Type | Field and Description |
|---|---|
CallContext |
ExecutionContext.callContext |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Function<CallContext,FeatureResult> |
ScenarioContext.getCallable() |
| Modifier and Type | Method and Description |
|---|---|
static FeatureResult |
Engine.executeFeatureSync(String env,
Feature feature,
String tagSelector,
CallContext callContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScenarioContext.setCallable(java.util.function.Function<CallContext,FeatureResult> callable) |
| 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.