Uses of Class
net.thucydides.core.requirements.model.FeatureBackgroundNarrative
Packages that use FeatureBackgroundNarrative
-
Uses of FeatureBackgroundNarrative in net.thucydides.core.requirements.model
Methods in net.thucydides.core.requirements.model that return FeatureBackgroundNarrativeMethods in net.thucydides.core.requirements.model that return types with arguments of type FeatureBackgroundNarrativeModifier and TypeMethodDescriptionNarrative.background()Narrative.ruleBackgroundForRule(String ruleName) Methods in net.thucydides.core.requirements.model with parameters of type FeatureBackgroundNarrativeModifier and TypeMethodDescriptionNarrative.withBackground(FeatureBackgroundNarrative background) Requirement.withBackground(FeatureBackgroundNarrative background) Method parameters in net.thucydides.core.requirements.model with type arguments of type FeatureBackgroundNarrativeModifier and TypeMethodDescriptionNarrative.withRuleBackgrounds(Map<String, FeatureBackgroundNarrative> ruleBackgrounds) Constructors in net.thucydides.core.requirements.model with parameters of type FeatureBackgroundNarrativeModifierConstructorDescriptionprotectedRequirement(String name, String id, String displayName, String cardNumber, String parent, String type, String path, CustomFieldValue narrative, List<Requirement> children, List<Example> examples, List<String> releaseVersions, List<CustomFieldValue> customFields, String featureFileName, List<TestTag> tags, Map<String, Collection<TestTag>> scenarioTags, boolean containsNoScenarios, FeatureBackgroundNarrative background)