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() |
String |
getLocation() |
float |
getPercentageResult()
Returns in as percentage how many steps passed (PASSED / All ).
|
long |
getTotalDuration() |
String |
getTotalFormattedDuration() |
int |
getTotalOccurrences() |
public final String location
public StepObject(String location)
public String getLocation()
public void addDuration(long duration,
String status)
public long getTotalDuration()
public String getTotalFormattedDuration()
public String getAverageFormattedDuration()
public int getTotalOccurrences()
public float getPercentageResult()
Copyright © 2016. All rights reserved.