Uses of Class
net.thucydides.model.domain.PathElements
Packages that use PathElements
Package
Description
The Thucydides domain model, which represents acceptance test runs.
-
Uses of PathElements in net.thucydides.model.domain
Methods in net.thucydides.model.domain that return PathElementsModifier and TypeMethodDescriptionPathElements.copy()static PathElementsPathElements.from(List<PathElement> elements) PathElements.getParent()Story.getParentPathElements()Story.getPathElements()PathElements.stripFirstElements(List<String> rootElements) Method parameters in net.thucydides.model.domain with type arguments of type PathElementsModifier and TypeMethodDescriptionvoidRequirementCache.indexRequirements(Map<PathElements, Requirement> requirementsByPath) Constructors in net.thucydides.model.domain with parameters of type PathElementsModifierConstructorDescriptionStory(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) -
Uses of PathElements in net.thucydides.model.requirements.model
Methods in net.thucydides.model.requirements.model that return PathElementsModifier and TypeMethodDescriptionRequirement.getParentPathElements()Requirement.getParentPathElements(EnvironmentVariables environmentVariables) Requirement.getPathElements()Methods in net.thucydides.model.requirements.model with parameters of type PathElements