Uses of Class
net.thucydides.core.model.features.ApplicationFeature

Packages that use ApplicationFeature
net.thucydides.core.model The Thucydides domain model, which represents acceptance test runs. 
net.thucydides.core.model.features   
 

Uses of ApplicationFeature in net.thucydides.core.model
 

Methods in net.thucydides.core.model that return ApplicationFeature
 ApplicationFeature TestOutcome.getFeature()
          Get the feature that includes the user story tested by this test.
 ApplicationFeature Story.getFeature()
           
 ApplicationFeature FeatureResults.getFeature()
           
 

Methods in net.thucydides.core.model with parameters of type ApplicationFeature
 String ReportNamer.getNormalizedTestNameFor(ApplicationFeature feature)
           
 

Constructors in net.thucydides.core.model with parameters of type ApplicationFeature
FeatureResults(ApplicationFeature feature)
           
 

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

Methods in net.thucydides.core.model.features that return ApplicationFeature
static ApplicationFeature ApplicationFeature.from(Class<?> featureClass)
          Obtain an application feature instance from a given feature class.
 



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