@API(status=STABLE) public final class Result extends Object
| Constructor and Description |
|---|
Result(Status status,
Duration duration,
Throwable error)
The result of a step or scenario
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Duration |
getDuration() |
Throwable |
getError() |
Status |
getStatus() |
int |
hashCode() |
String |
toString() |
Copyright © 2020. All rights reserved.