Class LineFilters
java.lang.Object
io.cucumber.core.plugin.LineFilters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexamplesAreNotExcluded(io.cucumber.messages.types.Examples examples, URI featurePath) static LineFiltersgetLineNumbersFor(URI featurePath) getURIForFeaturePath(URI featurePath) booleantableRowIsNotExcludedBy(io.cucumber.messages.types.TableRow tableRow, URI featurePath)
-
Constructor Details
-
LineFilters
public LineFilters()
-
-
Method Details
-
forCurrentContext
-
getURIForFeaturePath
-
getLineNumbersFor
-
examplesAreNotExcluded
public boolean examplesAreNotExcluded(io.cucumber.messages.types.Examples examples, URI featurePath) -
tableRowIsNotExcludedBy
public boolean tableRowIsNotExcludedBy(io.cucumber.messages.types.TableRow tableRow, URI featurePath)
-