| Package | Description |
|---|---|
| com.intuit.karate | |
| com.intuit.karate.cli | |
| com.intuit.karate.core | |
| com.intuit.karate.debug |
| Modifier and Type | Field and Description |
|---|---|
Collection<ExecutionHook> |
CallContext.executionHooks |
| Modifier and Type | Method and Description |
|---|---|
Collection<ExecutionHook> |
CallContext.resolveHooks() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Runner.callAsync(String path,
List<String> tags,
Map<String,Object> arg,
ExecutionHook hook,
java.util.function.Consumer<Runnable> system,
Runnable next) |
Runner.Builder |
Runner.Builder.hook(ExecutionHook hook) |
| Modifier and Type | Method and Description |
|---|---|
static CallContext |
CallContext.forAsync(Feature feature,
Collection<ExecutionHook> hooks,
ExecutionHookFactory hookFactory,
Map<String,Object> arg,
boolean perfMode) |
static Results |
Runner.parallel(List<String> tags,
List<String> paths,
String scenarioName,
List<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,
boolean reuseParentContext,
boolean evalKarateConfig,
String httpClientClass,
Collection<ExecutionHook> executionHooks,
ExecutionHookFactory hookFactory,
boolean perfMode) |
| Modifier and Type | Class and Description |
|---|---|
class |
CliExecutionHook |
| Modifier and Type | Field and Description |
|---|---|
Collection<ExecutionHook> |
ScenarioContext.executionHooks |
| Modifier and Type | Method and Description |
|---|---|
ExecutionHook |
ExecutionHookFactory.create() |
| Modifier and Type | Class and Description |
|---|---|
class |
DebugThread |
| Modifier and Type | Method and Description |
|---|---|
ExecutionHook |
DapServerHandler.create() |
Copyright © 2020. All rights reserved.