public class ExampleOutcome extends Object
| Constructor and Description |
|---|
ExampleOutcome(String title,
String subtitle,
TestResult result,
ZonedDateTime startTime,
long duration,
long stepCount) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDuration() |
String |
getFormattedDuration() |
String |
getFormattedStartTime() |
TestResult |
getResult() |
ZonedDateTime |
getStartTime() |
long |
getStepCount() |
String |
getSubtitle() |
String |
getTitle() |
boolean |
hasSubtitle() |
public ExampleOutcome(String title, String subtitle, TestResult result, ZonedDateTime startTime, long duration, long stepCount)
public String getTitle()
public boolean hasSubtitle()
public String getSubtitle()
public TestResult getResult()
public ZonedDateTime getStartTime()
public long getDuration()
public long getStepCount()
public String getFormattedStartTime()
public String getFormattedDuration()
Copyright © 2022. All rights reserved.