public class Result extends Object
| Modifier and Type | Method and Description |
|---|---|
static Result |
aborted(long nanos) |
static Result |
failed(long nanos,
Throwable error,
Step step) |
long |
getDurationNanos() |
Throwable |
getError() |
String |
getStatus() |
boolean |
isAborted() |
boolean |
isFailed() |
boolean |
isSkipped() |
static Result |
passed(long nanos) |
static Result |
skipped() |
Map<String,Object> |
toMap() |
String |
toString() |
public boolean isSkipped()
public boolean isFailed()
public boolean isAborted()
public Throwable getError()
public static Result passed(long nanos)
public static Result skipped()
public static Result aborted(long nanos)
public String getStatus()
public long getDurationNanos()
Copyright © 2019. All rights reserved.