public class CucumberStepDuration extends Object
| Modifier and Type | Field and Description |
|---|---|
private Double |
duration |
private String |
location |
| Constructor and Description |
|---|
CucumberStepDuration(Double durationValue,
String locationValue) |
CucumberStepDuration(com.cedarsoftware.util.io.JsonObject<String,Object> json) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getDuration() |
String |
getLocation() |
void |
setDuration(Double durationValue) |
void |
setLocation(String locationValue) |
Copyright © 2013-2015. All Rights Reserved.