| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.requirements.model |
| Modifier and Type | Method and Description |
|---|---|
PathElements |
PathElements.copy() |
static PathElements |
PathElements.from(List<PathElement> elements) |
PathElements |
PathElements.getParent() |
PathElements |
Story.getParentPathElements() |
PathElements |
Story.getPathElements() |
PathElements |
PathElements.stripFirstElements(List<String> rootElements) |
| Modifier and Type | Method and Description |
|---|---|
void |
RequirementCache.indexRequirements(Map<PathElements,Requirement> requirementsByPath) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
PathElements |
Requirement.getParentPathElements() |
PathElements |
Requirement.getParentPathElements(EnvironmentVariables environmentVariables) |
PathElements |
Requirement.getPathElements() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Requirement.hasParent(PathElements path) |
Copyright © 2023. All rights reserved.