public class TagFilter extends Object
| Modifier and Type | Method and Description |
|---|---|
Collection<gherkin.ast.Node> |
matchingScenariosAndExamples(gherkin.ast.Feature feature)
Find the scenarios that match the required tags in the feature.
|
public TagFilter(String tags)
tags is null, no filtering shall be performed.tags - The tags to filter by.public Collection<gherkin.ast.Node> matchingScenariosAndExamples(gherkin.ast.Feature feature)
feature - Copyright © 2015-2016. All Rights Reserved.