Interface TagExpression
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description boolean
evaluate(java.util.Collection<TestTag> tags)
Evaluate this tag expression against the supplied collection of tags.static ParseResult
parseFrom(java.lang.String infixTagExpression)
Attempt to parse aTagExpression
from the supplied tag expression string.
-
-
-
Method Detail
-
parseFrom
@API(status=INTERNAL, since="1.1") static ParseResult parseFrom(java.lang.String infixTagExpression)
Attempt to parse aTagExpression
from the supplied tag expression string.- Parameters:
infixTagExpression
- the tag expression string to parse; nevernull
.- See Also:
ParseResult
-
-