net.masterthought.cucumber
Class ReportInformation
java.lang.Object
net.masterthought.cucumber.ReportInformation
public class ReportInformation
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportInformation
public ReportInformation(Map<String,List<Feature>> projectFeatureMap)
getFeatures
public List<Feature> getFeatures()
getTags
public List<TagObject> getTags()
getProjectFeatureMap
public Map<String,List<Feature>> getProjectFeatureMap()
getTotalNumberOfScenarios
public int getTotalNumberOfScenarios()
getTotalNumberOfFeatures
public int getTotalNumberOfFeatures()
getTotalNumberOfSteps
public int getTotalNumberOfSteps()
getTotalNumberPassingSteps
public int getTotalNumberPassingSteps()
getTotalNumberFailingSteps
public int getTotalNumberFailingSteps()
getTotalNumberSkippedSteps
public int getTotalNumberSkippedSteps()
getTotalNumberPendingSteps
public int getTotalNumberPendingSteps()
getTotalNumberMissingSteps
public int getTotalNumberMissingSteps()
getTotalDurationAsString
public String getTotalDurationAsString()
getTotalDuration
public Long getTotalDuration()
timeStamp
public String timeStamp()
getReportStatusColour
public String getReportStatusColour(Feature feature)
getTagReportStatusColour
public String getTagReportStatusColour(TagObject tag)
getTotalTags
public int getTotalTags()
getTotalTagScenarios
public int getTotalTagScenarios()
getTotalPassingTagScenarios
public int getTotalPassingTagScenarios()
getTotalFailingTagScenarios
public int getTotalFailingTagScenarios()
getTotalTagSteps
public int getTotalTagSteps()
getTotalTagPasses
public int getTotalTagPasses()
getTotalTagFails
public int getTotalTagFails()
getTotalTagSkipped
public int getTotalTagSkipped()
getTotalTagPending
public int getTotalTagPending()
getTotalTagDuration
public String getTotalTagDuration()
getLongTotalTagDuration
public long getLongTotalTagDuration()
getTotalScenariosPassed
public int getTotalScenariosPassed()
getTotalScenariosFailed
public int getTotalScenariosFailed()
createOrAppendToTagMapByFeature
public List<TagObject> createOrAppendToTagMapByFeature(List<TagObject> tagMap,
com.googlecode.totallylazy.Sequence<String> tagList,
List<ScenarioTag> scenarioList)
getBackgroundInfo
public Background getBackgroundInfo()
Copyright © 2014. All Rights Reserved.