public class CucumberStepSource extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
source |
private CucumberStep[] |
steps |
| Constructor and Description |
|---|
CucumberStepSource(com.cedarsoftware.util.io.JsonObject<String,Object> json) |
CucumberStepSource(String sourceValue,
CucumberStep[] stepsValue) |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
getDurations() |
String |
getSource() |
CucumberStep[] |
getSteps() |
void |
setSource(String sourceValue) |
void |
setSteps(CucumberStep[] stepsValue) |
private String source
private CucumberStep[] steps
public CucumberStepSource(String sourceValue, CucumberStep[] stepsValue)
public String getSource()
public void setSource(String sourceValue)
public CucumberStep[] getSteps()
public void setSteps(CucumberStep[] stepsValue)
Copyright © 2013-2016. All Rights Reserved.