Package net.masterthought.cucumber.json
Class Element
java.lang.Object
net.masterthought.cucumber.json.Element
- All Implemented Interfaces:
Durationable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Element
public Element()
-
-
Method Details
-
getSteps
-
getBefore
-
getAfter
-
getTags
-
getStatus
-
getBeforeStatus
-
getAfterStatus
-
getStepsStatus
-
getId
-
getName
-
getKeyword
-
getStartTime
-
getLine
-
getType
-
getDescription
-
isScenario
public boolean isScenario() -
isBackground
public boolean isBackground() -
getFeature
-
getDuration
public long getDuration()Description copied from interface:DurationableReturns duration for given item.- Specified by:
getDurationin interfaceDurationable- Returns:
- duration
-
getFormattedDuration
Description copied from interface:DurationableReturns duration displayed in humanable format.- Specified by:
getFormattedDurationin interfaceDurationable- Returns:
- formatted duration
-
setMetaData
-