Package | Description |
---|---|
gherkin | |
gherkin.formatter | |
gherkin.formatter.model |
Modifier and Type | Method and Description |
---|---|
boolean |
TagExpression.evaluate(Collection<Tag> tags) |
Modifier and Type | Method and Description |
---|---|
boolean |
TagFilter.evaluate(List<Tag> tags,
List<String> names,
List<Range> ranges) |
boolean |
PatternFilter.evaluate(List<Tag> tags,
List<String> names,
List<Range> ranges) |
boolean |
LineFilter.evaluate(List<Tag> tags,
List<String> names,
List<Range> ranges) |
boolean |
Filter.evaluate(List<Tag> tags,
List<String> names,
List<Range> ranges) |
Modifier and Type | Method and Description |
---|---|
List<Tag> |
TagStatement.getTags() |
Constructor and Description |
---|
Builder(List<Comment> comments,
List<Tag> tags,
String keyword,
String name,
String description,
Integer line,
String id) |
Examples(List<Comment> comments,
List<Tag> tags,
String keyword,
String name,
String description,
Integer line,
String id,
List<ExamplesTableRow> rows) |
Feature(List<Comment> comments,
List<Tag> tags,
String keyword,
String name,
String description,
Integer line,
String id) |
Scenario(List<Comment> comments,
List<Tag> tags,
String keyword,
String name,
String description,
Integer line,
String id) |
ScenarioOutline(List<Comment> comments,
List<Tag> tags,
String keyword,
String name,
String description,
Integer line,
String id) |
TagStatement(List<Comment> comments,
List<Tag> tags,
String keyword,
String name,
String description,
Integer line,
String id) |
Copyright © 2019. All rights reserved.