net.thucydides.core.model
Class UserStoriesResultSet

Package class diagram package UserStoriesResultSet
java.lang.Object
  extended by net.thucydides.core.model.UserStoriesResultSet

public class UserStoriesResultSet
extends Object

A collection of user story test results.


Constructor Summary
UserStoriesResultSet(List<StoryTestResults> stories)
           
 
Method Summary
 Integer getFailingStepCount()
           
 int getFailureCount()
           
 CoverageFormatter getFormatted()
           
 Integer getPassingStepCount()
           
 int getPendingCount()
           
 Double getPercentageFailingStepCount()
           
 Double getPercentagePassingStepCount()
           
 Double getPercentagePendingStepCount()
           
 List<StoryTestResults> getStories()
           
 int getStoryCount()
           
 int getSuccessCount()
           
 Integer getTotalStepCount()
           
 int getTotalTestCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserStoriesResultSet

public UserStoriesResultSet(List<StoryTestResults> stories)
Method Detail

getStories

public List<StoryTestResults> getStories()

getStoryCount

public int getStoryCount()

getTotalTestCount

public int getTotalTestCount()

getSuccessCount

public int getSuccessCount()

getFailureCount

public int getFailureCount()

getPendingCount

public int getPendingCount()

getTotalStepCount

public Integer getTotalStepCount()

getPassingStepCount

public Integer getPassingStepCount()

getFailingStepCount

public Integer getFailingStepCount()

getPercentageFailingStepCount

public Double getPercentageFailingStepCount()

getPercentagePassingStepCount

public Double getPercentagePassingStepCount()

getPercentagePendingStepCount

public Double getPercentagePendingStepCount()

getFormatted

public CoverageFormatter getFormatted()


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.