Uses of Class
com.intuit.karate.core.Result
-
Packages that use Result Package Description com.intuit.karate.core -
-
Uses of Result in com.intuit.karate.core
Methods in com.intuit.karate.core that return Result Modifier and Type Method Description static ResultResult. aborted(long nanos)static ResultResult. aborted(long nanos, StepRuntime.MethodMatch matchingMethod)ResultScenarioRuntime. evalAsStep(String expression)static ResultStepRuntime. execute(Step step, Actions actions)static ResultResult. failed(long nanos, Throwable error, Step step)static ResultResult. failed(long nanos, Throwable error, Step step, StepRuntime.MethodMatch matchingMethod)static ResultResult. fromKarateJson(Map<String,Object> map)ResultStepResult. getResult()static ResultResult. passed(long nanos)static ResultResult. passed(long nanos, StepRuntime.MethodMatch matchingMethod)static ResultResult. skipped()Constructors in com.intuit.karate.core with parameters of type Result Constructor Description StepResult(Step step, Result result)
-