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