| Package | Description |
|---|---|
| com.intuit.karate | |
| com.intuit.karate.core | |
| com.intuit.karate.cucumber |
| Modifier and Type | Field and Description |
|---|---|
Collection<ExecutionHook> |
CallContext.executionHooks |
| Modifier and Type | Method and Description |
|---|---|
static void |
Runner.callAsync(String path,
Map<String,Object> arg,
ExecutionHook hook,
java.util.function.Consumer<Runnable> system,
Runnable next) |
| Modifier and Type | Method and Description |
|---|---|
static CallContext |
CallContext.forAsync(Feature feature,
Collection<ExecutionHook> hooks,
Map<String,Object> arg,
boolean perfMode) |
static Results |
Runner.parallel(List<String> tags,
List<String> paths,
String scenarioName,
Collection<ExecutionHook> hooks,
int threadCount,
String reportDir) |
static Results |
Runner.parallel(String tagSelector,
List<Resource> resources,
String scenarioName,
Collection<ExecutionHook> hooks,
int threadCount,
String reportDir) |
| Constructor and Description |
|---|
CallContext(Map<String,Object> callArg,
boolean evalKarateConfig,
ExecutionHook... hooks) |
| 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 |
|---|---|
Collection<ExecutionHook> |
ScenarioContext.executionHooks |
| Modifier and Type | Method and Description |
|---|---|
static KarateStats |
CucumberRunner.parallel(List<String> tags,
List<String> paths,
Collection<ExecutionHook> hooks,
int threadCount,
String reportDir) |
static KarateStats |
CucumberRunner.parallel(String tagSelector,
List<Resource> resources,
Collection<ExecutionHook> hooks,
int threadCount,
String reportDir) |
Copyright © 2019. All rights reserved.