Package io.cucumber.core.feature
Class FeatureWithLines
java.lang.Object
io.cucumber.core.feature.FeatureWithLines
- All Implemented Interfaces:
Serializable
Identifies either a directory containing feature files, a specific feature or
specific scenarios and examples (pickles) in a feature.
The syntax of a feature with lines defined as either a FeaturePath or
a FeatureIdentifier followed by a sequence of line numbers each
preceded by a colon.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic FeatureWithLinescreate(URI uri, Collection<Integer> lines) booleaninthashCode()lines()static FeatureWithLinesstatic FeatureWithLinesparse(String uri, Collection<Integer> lines) toString()uri()