public class Element extends Object
| Constructor and Description |
|---|
Element() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Hook[] |
getAfter() |
Hook[] |
getBefore() |
String |
getDescription() |
Feature |
getFeature() |
String |
getId() |
String |
getKeyword() |
String |
getName() |
String |
getRawName() |
Status |
getStatus() |
Step[] |
getSteps() |
Tag[] |
getTags() |
String |
getType() |
int |
hashCode() |
boolean |
hasSteps() |
boolean |
hasTags() |
boolean |
isScenario() |
void |
setMedaData(Feature feature,
Configuration configuration) |
public Step[] getSteps()
public Hook[] getBefore()
public Hook[] getAfter()
public Tag[] getTags()
public Status getStatus()
public String getId()
public String getRawName()
public String getKeyword()
public String getType()
public String getDescription()
public boolean isScenario()
public String getName()
public boolean hasTags()
public boolean hasSteps()
public Feature getFeature()
public void setMedaData(Feature feature, Configuration configuration)
Copyright © 2016. All rights reserved.