Class FeatureFilePath
java.lang.Object
net.thucydides.model.requirements.FeatureFilePath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrelativePathFor(String path) Given a path to a feature file, return the path relative to the last mention of the feature folder.
-
Constructor Details
-
FeatureFilePath
-
-
Method Details
-
relativePathFor
Given a path to a feature file, return the path relative to the last mention of the feature folder.- Parameters:
path- The full path to the feature file- Returns:
- The path relative to the last mention of the feature folder
-