Uses of Class
com.intuit.karate.core.Result
Packages that use Result
-
Uses of Result in com.intuit.karate.core
Methods in com.intuit.karate.core that return ResultModifier and TypeMethodDescriptionstatic ResultResult.aborted(long startTime, long nanos) static ResultResult.aborted(long startTime, long nanos, StepRuntime.MethodMatch matchingMethod) ScenarioRuntime.evalAsStep(String expression) static Resultstatic Resultstatic ResultResult.failed(long startTime, long nanos, Throwable error, Step step, StepRuntime.MethodMatch matchingMethod) static ResultResult.fromKarateJson(Map<String, Object> map) StepResult.getResult()static ResultResult.passed(long startTime, long nanos) static ResultResult.passed(long startTime, long nanos, StepRuntime.MethodMatch matchingMethod) static ResultResult.skipped(long startTime) Constructors in com.intuit.karate.core with parameters of type Result