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