| Package | Description |
|---|---|
| net.thucydides.core.requirements.model |
| Modifier and Type | Method and Description |
|---|---|
FeatureBackgroundNarrative |
Requirement.getBackground() |
| Modifier and Type | Method and Description |
|---|---|
Optional<FeatureBackgroundNarrative> |
RequirementDefinition.background() |
Optional<FeatureBackgroundNarrative> |
RequirementDefinition.ruleBackgroundForRule(String ruleName) |
| Modifier and Type | Method and Description |
|---|---|
RequirementDefinition |
RequirementDefinition.withBackground(FeatureBackgroundNarrative background) |
Requirement |
Requirement.withBackground(FeatureBackgroundNarrative background) |
| Modifier and Type | Method and Description |
|---|---|
RequirementDefinition |
RequirementDefinition.withRuleBackgrounds(Map<String,FeatureBackgroundNarrative> ruleBackgrounds) |
| Constructor and Description |
|---|
Requirement(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) |
Copyright © 2022. All rights reserved.