@API(status=INTERNAL,
since="1.1")
public interface TagExpression
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(Collection<TestTag> tags)
Evaluate this tag expression against the supplied collection of
tags.
|
static ParseResult |
parseFrom(String infixTagExpression)
Attempt to parse a
TagExpression from the supplied tag
expression string. |
@API(status=INTERNAL, since="1.1") static ParseResult parseFrom(String infixTagExpression)
TagExpression
from the supplied tag
expression string.infixTagExpression
- the tag expression string to parse; never null
.ParseResult
boolean evaluate(Collection<TestTag> tags)
tags
- the tags this tag expression is to be evaluated againsttrue
, if the tags match this tag expression; false
, otherwiseCopyright © 2019. All rights reserved.