Uses of Class
gherkin.formatter.model.Tag

Packages that use Tag
gherkin   
gherkin.formatter   
gherkin.formatter.model   
 

Uses of Tag in gherkin
 

Method parameters in gherkin with type arguments of type Tag
 boolean TagExpression.evaluate(Collection<Tag> tags)
           
 

Uses of Tag in gherkin.formatter
 

Method parameters in gherkin.formatter with type arguments of type Tag
 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)
           
 

Uses of Tag in gherkin.formatter.model
 

Methods in gherkin.formatter.model that return types with arguments of type Tag
 List<Tag> TagStatement.getTags()
           
 

Constructor parameters in gherkin.formatter.model with type arguments of type Tag
Examples.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 © 2013. All rights reserved.