public class LineFilters extends Object
| Constructor and Description |
|---|
LineFilters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
examplesAreNotExcluded(io.cucumber.messages.types.Examples examples,
URI featurePath) |
static LineFilters |
forCurrentContext() |
Set<Integer> |
getLineNumbersFor(URI featurePath) |
Optional<URI> |
getURIForFeaturePath(URI featurePath) |
boolean |
tableRowIsNotExcludedBy(io.cucumber.messages.types.TableRow tableRow,
URI featurePath) |
public static LineFilters forCurrentContext()
public boolean examplesAreNotExcluded(io.cucumber.messages.types.Examples examples,
URI featurePath)
public boolean tableRowIsNotExcludedBy(io.cucumber.messages.types.TableRow tableRow,
URI featurePath)
Copyright © 2022. All rights reserved.