Uses of Class
net.thucydides.model.requirements.model.FeatureBackgroundNarrative
Packages that use FeatureBackgroundNarrative
-
Uses of FeatureBackgroundNarrative in net.thucydides.model.requirements.model
Methods in net.thucydides.model.requirements.model that return FeatureBackgroundNarrativeMethods in net.thucydides.model.requirements.model that return types with arguments of type FeatureBackgroundNarrativeModifier and TypeMethodDescriptionRequirementDefinition.background()RequirementDefinition.ruleBackgroundForRule(String ruleName) Methods in net.thucydides.model.requirements.model with parameters of type FeatureBackgroundNarrativeModifier and TypeMethodDescriptionRequirement.withBackground(FeatureBackgroundNarrative background) RequirementDefinition.withBackground(FeatureBackgroundNarrative background) Method parameters in net.thucydides.model.requirements.model with type arguments of type FeatureBackgroundNarrativeModifier and TypeMethodDescriptionRequirementDefinition.withRuleBackgrounds(Map<String, FeatureBackgroundNarrative> ruleBackgrounds) Constructors in net.thucydides.model.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)