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
file or a feature, rules, scenarios, and/or examples in a feature file.
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 FeatureWithLines
create
(URI uri, Collection<Integer> lines) boolean
int
hashCode()
lines()
static FeatureWithLines
static FeatureWithLines
parse
(String uri, Collection<Integer> lines) toString()
uri()