| Package | Description |
|---|---|
| com.intuit.karate.core |
| Modifier and Type | Field and Description |
|---|---|
FeatureResult |
ExecutionContext.result |
| Modifier and Type | Method and Description |
|---|---|
static FeatureResult |
Engine.executeFeatureSync(String env,
Feature feature,
String tagSelector,
CallContext callContext) |
| Modifier and Type | Method and Description |
|---|---|
List<FeatureResult> |
ScenarioContext.getAndClearCallResults() |
java.util.function.Function<CallContext,FeatureResult> |
ScenarioContext.getCallable() |
List<FeatureResult> |
StepResult.getCallResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScenarioContext.addCallResult(FeatureResult callResult) |
static File |
Engine.saveResultHtml(String targetDir,
FeatureResult result,
String fileName) |
static File |
Engine.saveResultJson(String targetDir,
FeatureResult result,
String fileName) |
static File |
Engine.saveResultXml(String targetDir,
FeatureResult result,
String fileName) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScenarioContext.setCallable(java.util.function.Function<CallContext,FeatureResult> callable) |
| Constructor and Description |
|---|
StepResult(boolean hidden,
Step step,
Result result,
String stepLog,
Embed embed,
List<FeatureResult> callResults) |
Copyright © 2019. All rights reserved.