Uses of Class
com.thoughtworks.gauge.Operator
-
Packages that use Operator Package Description com.thoughtworks.gauge com.thoughtworks.gauge.hook com.thoughtworks.gauge.tag -
-
Uses of Operator in com.thoughtworks.gauge
Methods in com.thoughtworks.gauge that return Operator Modifier and Type Method Description OperatortagAggregation()Deprecated.OperatortagAggregation()OperatortagAggregation()OperatortagAggregation()OperatortagAggregation()Deprecated.OperatortagAggregation()OperatortagAggregation()OperatortagAggregation()static OperatorOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static Operator[]Operator. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Operator in com.thoughtworks.gauge.hook
Methods in com.thoughtworks.gauge.hook that return Operator Modifier and Type Method Description OperatorHook. getTagsAggregation()Constructors in com.thoughtworks.gauge.hook with parameters of type Operator Constructor Description Hook(Method method, String[] tags, Operator operator) -
Uses of Operator in com.thoughtworks.gauge.tag
Methods in com.thoughtworks.gauge.tag with parameters of type Operator Modifier and Type Method Description booleanTagMatcher. isMatch(List<String> tags, Operator operator, List<String> allTags)
-