Package | Description |
---|---|
org.junit.platform.launcher |
Public API for configuring and launching test plans.
|
org.junit.platform.launcher.tagexpression |
The tag expression language parser and related support classes.
|
Class and Description |
---|
TagExpression
A tag expression can be evaluated against a collection of
tags to determine if they match the expression.
|
Class and Description |
---|
Operator |
Operator.Associativity |
Operator.TagExpressionCreator |
Operators |
ParseResult
The result of attempting to parse a
TagExpression . |
ParseStatus |
Stack |
TagExpression
A tag expression can be evaluated against a collection of
tags to determine if they match the expression.
|
Token |
Tokenizer |
TokenWith |