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