Package | Description |
---|---|
org.junit.platform.launcher.tagexpression |
The tag expression language parser and related support classes.
|
Modifier and Type | Method and Description |
---|---|
default TagExpression |
ParseResult.tagExpressionOrThrow(Function<String,RuntimeException> exceptionCreator)
Return the parsed
TagExpression or throw an exception with the
contained parse error. |
Modifier and Type | Method and Description |
---|---|
default Optional<TagExpression> |
ParseResult.tagExpression()
Return the contained
TagExpression , if any. |
Copyright © 2021. All rights reserved.