Uses of Class
net.thucydides.core.model.StoryTestResults

Packages that use StoryTestResults
net.thucydides.core.model The Thucydides domain model, which represents acceptance test runs. 
net.thucydides.core.model.userstories Every test should verify a user story. 
net.thucydides.core.reports Thucydides generates reports in HTML and XML by default. 
net.thucydides.core.reports.json   
 

Uses of StoryTestResults in net.thucydides.core.model
 

Methods in net.thucydides.core.model that return types with arguments of type StoryTestResults
 List<StoryTestResults> UserStoriesResultSet.getStories()
           
 List<StoryTestResults> FeatureResults.getStoryResults()
           
 

Methods in net.thucydides.core.model with parameters of type StoryTestResults
 void FeatureResults.recordStoryResults(StoryTestResults storyResults)
           
 

Constructor parameters in net.thucydides.core.model with type arguments of type StoryTestResults
UserStoriesResultSet(List<StoryTestResults> stories)
           
 

Uses of StoryTestResults in net.thucydides.core.model.userstories
 

Methods in net.thucydides.core.model.userstories that return types with arguments of type StoryTestResults
 List<StoryTestResults> UserStoryLoader.loadFrom(File reportDirectory)
          Load the user stories from the XML test results in a specified directory.
 

Uses of StoryTestResults in net.thucydides.core.reports
 

Methods in net.thucydides.core.reports that return types with arguments of type StoryTestResults
 List<StoryTestResults> ThucydidesReportData.getStoryResults()
           
 

Constructor parameters in net.thucydides.core.reports with type arguments of type StoryTestResults
ThucydidesReportData(List<FeatureResults> featureResults, List<StoryTestResults> storyResults)
           
 

Uses of StoryTestResults in net.thucydides.core.reports.json
 

Methods in net.thucydides.core.reports.json with parameters of type StoryTestResults
 Color RelativeSizeColorScheme.colorFor(StoryTestResults storyResult)
           
 Color ProgressColorScheme.colorFor(StoryTestResults storyResult)
           
 Color ColorScheme.colorFor(StoryTestResults storyResult)
           
 



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