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

Packages that use FeatureResults
net.thucydides.core.model.features   
net.thucydides.core.reports Thucydides generates reports in HTML and XML by default. 
net.thucydides.core.reports.json   
 

Uses of FeatureResults in net.thucydides.core.model.features
 

Methods in net.thucydides.core.model.features that return types with arguments of type FeatureResults
 List<FeatureResults> FeatureLoader.loadFrom(File resultsDirectory)
           
 

Uses of FeatureResults in net.thucydides.core.reports
 

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

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

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

Methods in net.thucydides.core.reports.json with parameters of type FeatureResults
 void JSONTreeNode.addFeature(FeatureResults feature)
           
 void JSONResultTree.addFeature(FeatureResults feature)
           
 void JSONProgressResultTree.addFeature(FeatureResults feature)
           
 Color RelativeSizeColorScheme.colorFor(FeatureResults feature)
          What color should a given feature be?
 Color ProgressColorScheme.colorFor(FeatureResults feature)
          What color should a given feature be?
 Color ColorScheme.colorFor(FeatureResults feature)
           
protected  int JSONTreeNode.totalExecutedTestsIn(FeatureResults feature)
           
protected  int JSONTreeNode.totalStepsInExecutedTestsIn(FeatureResults feature)
           
 



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