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() |
String |
getEscapedName() |
Feature |
getFeature() |
String |
getKeyword() |
String |
getName() |
Step[] |
getSteps() |
Status |
getStepsStatus() |
Tag[] |
getTags() |
String |
getType() |
int |
hashCode() |
boolean |
isScenario() |
void |
setMetaData(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 getName()
public String getEscapedName()
public String getKeyword()
public String getType()
public String getDescription()
public boolean isScenario()
public Feature getFeature()
public void setMetaData(Feature feature, Configuration configuration)
Copyright © 2016. All rights reserved.