Package com.intuit.karate.core
Class Result
java.lang.Object
com.intuit.karate.core.Result
- Author:
- pthomas3
-
Method Summary
Modifier and TypeMethodDescriptionstatic Resultaborted(long startTime, long nanos) static Resultaborted(long startTime, long nanos, StepRuntime.MethodMatch matchingMethod) static Resultstatic Resultfailed(long startTime, long nanos, Throwable error, Step step, StepRuntime.MethodMatch matchingMethod) static ResultfromKarateJson(Map<String, Object> map) doublelonglonggetError()longbooleanbooleanisFailed()booleanstatic Resultpassed(long startTime, long nanos) static Resultpassed(long startTime, long nanos, StepRuntime.MethodMatch matchingMethod) static Resultskipped(long startTime) toString()
-
Method Details
-
toCucumberJson
-
fromKarateJson
-
toKarateJson
-
isSkipped
public boolean isSkipped() -
isFailed
public boolean isFailed() -
isAborted
public boolean isAborted() -
getError
-
getErrorMessage
-
passed
-
passed
-
failed
-
failed
public static Result failed(long startTime, long nanos, Throwable error, Step step, StepRuntime.MethodMatch matchingMethod) -
skipped
-
aborted
-
aborted
-
getStatus
-
getDurationNanos
public long getDurationNanos() -
getDurationMillis
public double getDurationMillis() -
getStartTime
public long getStartTime() -
getEndTime
public long getEndTime() -
getMatchingMethod
-
toString
-