Uses of Class
org.junit.platform.engine.TestTag
Package
Description
Test descriptors used within the JUnit Jupiter test engine.
Public API for test engines.
TestDescriptor
-related support classes
intended to be used by test engine implementations and clients of
the launcher.Public API for configuring and launching test plans.
The tag expression language parser and related support classes.
Test descriptors used within the JUnit Vintage test engine.
-
Uses of TestTag in org.junit.jupiter.engine.descriptor
-
Uses of TestTag in org.junit.platform.engine
-
Uses of TestTag in org.junit.platform.engine.support.descriptor
-
Uses of TestTag in org.junit.platform.launcher
-
Uses of TestTag in org.junit.platform.launcher.tagexpression
Modifier and TypeMethodDescriptionboolean
TagExpression.evaluate(Collection<TestTag> tags)
Evaluate this tag expression against the supplied collection of tags. -
Uses of TestTag in org.junit.vintage.engine.descriptor