Uses of Class
net.thucydides.core.model.features.ApplicationFeature
Packages that use ApplicationFeature
Package
Description
The Thucydides domain model, which represents acceptance test runs.
-
Uses of ApplicationFeature in net.thucydides.core.model
Methods in net.thucydides.core.model that return ApplicationFeatureModifier and TypeMethodDescriptionStory.getFeature()TestOutcome.getFeature()Get the feature that includes the user story tested by this test.Constructors in net.thucydides.core.model with parameters of type ApplicationFeatureModifierConstructorDescriptionStory(String id, String storyName, String storyClassName, String displayName, String path, ApplicationFeature feature) Story(String id, String storyName, String storyClassName, String displayName, String path, ApplicationFeature feature, String narrative) Story(String id, String storyName, String storyClassName, String displayName, String path, ApplicationFeature feature, String narrative, String type) protected -
Uses of ApplicationFeature in net.thucydides.core.model.features
Methods in net.thucydides.core.model.features that return ApplicationFeatureModifier and TypeMethodDescriptionstatic ApplicationFeatureObtain an application feature instance from a given feature class.