Uses of Interface
org.junit.platform.launcher.tagexpression.TagExpression
Package
Description
The tag expression language parser and related support classes.
-
Uses of TagExpression in org.junit.platform.launcher.tagexpression
Modifier and TypeMethodDescriptiondefault TagExpression
ParseResult.tagExpressionOrThrow
(Function<String, RuntimeException> exceptionCreator) Return the parsedTagExpression
or throw an exception with the contained parse error.Modifier and TypeMethodDescriptiondefault Optional
<TagExpression> ParseResult.tagExpression()
Return the containedTagExpression
, if any.