gherkin
Class TagExpression

java.lang.Object
  extended by gherkin.TagExpression

public class TagExpression
extends Object


Constructor Summary
TagExpression(List<String> tagExpressions)
           
 
Method Summary
 boolean evaluate(Collection<Tag> tags)
           
 boolean isEmpty()
           
 Map<String,Integer> limits()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagExpression

public TagExpression(List<String> tagExpressions)
Method Detail

evaluate

public boolean evaluate(Collection<Tag> tags)

limits

public Map<String,Integer> limits()

isEmpty

public boolean isEmpty()


Copyright © 2013. All rights reserved.