Class TagExpressions
java.lang.Object
org.junit.platform.launcher.tagexpression.TagExpressions
- Since:
- 1.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static TagExpression
and
(TagExpression lhs, TagExpression rhs) (package private) static TagExpression
any()
(package private) static TagExpression
none()
(package private) static TagExpression
not
(TagExpression toNegate) (package private) static TagExpression
or
(TagExpression lhs, TagExpression rhs) (package private) static TagExpression
-
Constructor Details
-
TagExpressions
TagExpressions()
-
-
Method Details
-
tag
-
none
-
any
-
not
-
and
-
or
-