Uses of Class
org.junit.platform.engine.TestTag
Packages that use 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
Fields in org.junit.jupiter.engine.descriptor with type parameters of type TestTagMethods in org.junit.jupiter.engine.descriptor that return types with arguments of type TestTag -
Uses of TestTag in org.junit.platform.engine
Methods in org.junit.platform.engine that return TestTagMethods in org.junit.platform.engine that return types with arguments of type TestTag -
Uses of TestTag in org.junit.platform.engine.support.descriptor
Methods in org.junit.platform.engine.support.descriptor that return types with arguments of type TestTag -
Uses of TestTag in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return types with arguments of type TestTag -
Uses of TestTag in org.junit.platform.launcher.tagexpression
Method parameters in org.junit.platform.launcher.tagexpression with type arguments of type TestTagModifier 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
Methods in org.junit.vintage.engine.descriptor that return types with arguments of type TestTag