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