public class CucumberStep extends Object
| Modifier and Type | Field and Description |
|---|---|
private CucumberAggregatedDuration |
aggregatedDurations |
private CucumberStepDuration[] |
durations |
private String |
name |
| Constructor and Description |
|---|
CucumberStep(com.cedarsoftware.util.io.JsonObject<String,Object> json) |
CucumberStep(String nameValue,
CucumberAggregatedDuration aggregatedDurationsValue,
CucumberStepDuration[] durationsValue) |
| Modifier and Type | Method and Description |
|---|---|
CucumberAggregatedDuration |
getAggregatedDurations() |
CucumberStepDuration[] |
getDurations() |
String |
getName() |
void |
setAggregatedDurations(CucumberAggregatedDuration aggregatedDurationsValue) |
void |
setDurations(CucumberStepDuration[] durationsValue) |
void |
setName(String nameValue) |
private String name
private CucumberAggregatedDuration aggregatedDurations
private CucumberStepDuration[] durations
public CucumberStep(String nameValue, CucumberAggregatedDuration aggregatedDurationsValue, CucumberStepDuration[] durationsValue)
public String getName()
public void setName(String nameValue)
public CucumberAggregatedDuration getAggregatedDurations()
public void setAggregatedDurations(CucumberAggregatedDuration aggregatedDurationsValue)
public CucumberStepDuration[] getDurations()
public void setDurations(CucumberStepDuration[] durationsValue)
Copyright © 2013-2015. All Rights Reserved.