Uses of Interface
org.junit.platform.launcher.tagexpression.TagExpression
-
Packages that use TagExpression Package Description org.junit.platform.launcher.tagexpression 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 TagExpression Modifier and Type Method Description default 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 TagExpression Modifier and Type Method Description default Optional<TagExpression>
ParseResult. tagExpression()
Return the containedTagExpression
, if any.
-