| Package | Description |
|---|---|
| com.intuit.karate.core |
| Modifier and Type | Method and Description |
|---|---|
static Result |
Result.aborted(long nanos) |
static Result |
Engine.executeStep(Step step,
Actions actions) |
static Result |
Result.failed(long nanos,
Throwable error,
Step step) |
Result |
StepResult.getResult() |
static Result |
Result.passed(long nanos) |
static Result |
Result.skipped() |
| Constructor and Description |
|---|
StepResult(boolean hidden,
Step step,
Result result,
String stepLog,
Embed embed,
List<FeatureResult> callResults) |
Copyright © 2019. All rights reserved.