public class StepObject extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
location
Name of the method / step implementation.
|
| Constructor and Description |
|---|
StepObject(String location) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDuration(long duration,
String status) |
String |
getAverageFormattedDuration() |
long |
getDurations() |
String |
getLocation() |
String |
getPercentageResult()
Returns in as percentage how many steps passed (PASSED / All) formatted to double decimal precision.
|
Status |
getStatus() |
String |
getTotalFormattedDuration() |
int |
getTotalOccurrences() |
public final String location
public StepObject(String location)
public String getLocation()
public void addDuration(long duration,
String status)
public long getDurations()
public String getTotalFormattedDuration()
public String getAverageFormattedDuration()
public int getTotalOccurrences()
public String getPercentageResult()
public Status getStatus()
Copyright © 2016. All rights reserved.