Uses of Class
net.thucydides.core.requirements.model.FeatureBackgroundNarrative
| Package | Description |
|---|---|
| net.thucydides.core.requirements.model |
-
Uses of FeatureBackgroundNarrative in net.thucydides.core.requirements.model
Methods in net.thucydides.core.requirements.model that return FeatureBackgroundNarrative Modifier and Type Method Description FeatureBackgroundNarrativeRequirement. getBackground()Methods in net.thucydides.core.requirements.model that return types with arguments of type FeatureBackgroundNarrative Modifier and Type Method Description java.util.Optional<FeatureBackgroundNarrative>Narrative. background()java.util.Optional<FeatureBackgroundNarrative>Narrative. ruleBackgroundForRule(java.lang.String ruleName)Methods in net.thucydides.core.requirements.model with parameters of type FeatureBackgroundNarrative Modifier and Type Method Description NarrativeNarrative. withBackground(FeatureBackgroundNarrative background)RequirementRequirement. withBackground(FeatureBackgroundNarrative background)Method parameters in net.thucydides.core.requirements.model with type arguments of type FeatureBackgroundNarrative Modifier and Type Method Description NarrativeNarrative. withRuleBackgrounds(java.util.Map<java.lang.String,FeatureBackgroundNarrative> ruleBackgrounds)Constructors in net.thucydides.core.requirements.model with parameters of type FeatureBackgroundNarrative Constructor Description Requirement(java.lang.String name, java.lang.String id, java.lang.String displayName, java.lang.String cardNumber, java.lang.String parent, java.lang.String type, java.lang.String path, CustomFieldValue narrative, java.util.List<Requirement> children, java.util.List<Example> examples, java.util.List<java.lang.String> releaseVersions, java.util.List<CustomFieldValue> customFields, java.lang.String featureFileName, java.util.List<TestTag> tags, java.util.Map<java.lang.String,java.util.Collection<TestTag>> scenarioTags, boolean containsNoScenarios, FeatureBackgroundNarrative background)