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

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-2013 Wakaleo Consulting. All Rights Reserved.