gherkin
Class TagExpression

java.lang.Object
  extended by gherkin.TagExpression

public class TagExpression
extends Object


Constructor Summary
TagExpression(List<String> tagExpressions)
           
 
Method Summary
 boolean eval(Collection<Tag> tags)
           
 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

eval

public boolean eval(Collection<Tag> tags)

limits

public Map<String,Integer> limits()


Copyright © 2012. All Rights Reserved.