net.masterthought.cucumber
Class ReportInformation

java.lang.Object
  extended by net.masterthought.cucumber.ReportInformation

public class ReportInformation
extends Object


Constructor Summary
ReportInformation(Map<String,List<Feature>> projectFeatureMap)
           
 
Method Summary
 List<Feature> getFeatures()
           
 Map<String,List<Feature>> getProjectFeatureMap()
           
 String getReportStatusColour(Feature feature)
           
 String getTagReportStatusColour(TagObject tag)
           
 List<TagObject> getTags()
           
 Long getTotalDuration()
           
 String getTotalDurationAsString()
           
 int getTotalNumberFailingSteps()
           
 int getTotalNumberMissingSteps()
           
 int getTotalNumberOfFeatures()
           
 int getTotalNumberOfScenarios()
           
 int getTotalNumberOfSteps()
           
 int getTotalNumberPassingSteps()
           
 int getTotalNumberPendingSteps()
           
 int getTotalNumberSkippedSteps()
           
 int getTotalScenariosFailed()
           
 int getTotalScenariosPassed()
           
 String getTotalTagDuration()
           
 int getTotalTagFails()
           
 int getTotalTagPasses()
           
 int getTotalTagPending()
           
 int getTotalTags()
           
 int getTotalTagScenarios()
           
 int getTotalTagSkipped()
           
 int getTotalTagSteps()
           
 String timeStamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportInformation

public ReportInformation(Map<String,List<Feature>> projectFeatureMap)
Method Detail

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()

getTotalTagSteps

public int getTotalTagSteps()

getTotalTagPasses

public int getTotalTagPasses()

getTotalTagFails

public int getTotalTagFails()

getTotalTagSkipped

public int getTotalTagSkipped()

getTotalTagPending

public int getTotalTagPending()

getTotalTagDuration

public String getTotalTagDuration()

getTotalScenariosPassed

public int getTotalScenariosPassed()

getTotalScenariosFailed

public int getTotalScenariosFailed()


Copyright © 2012. All Rights Reserved.