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 TestTagModifier and TypeFieldDescriptionClassBasedTestDescriptor.tags
MethodBasedTestDescriptor.tags
Set of method-level tags; does not contain tags from parent.Methods 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
Fields in org.junit.platform.launcher with type parameters of type TestTagMethods in org.junit.platform.launcher that return types with arguments of type TestTagModifier and TypeMethodDescriptionTestIdentifier.getTags()
Get the set of tags associated with the represented test or container.Method parameters in org.junit.platform.launcher with type arguments of type TestTagConstructor parameters in org.junit.platform.launcher with type arguments of type TestTagModifierConstructorDescriptionprivate
TestIdentifier
(UniqueId uniqueId, String displayName, TestSource source, Set<TestTag> tags, TestDescriptor.Type type, UniqueId parentId, String legacyReportingName) -
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 TestTagMethod parameters in org.junit.vintage.engine.descriptor with type arguments of type TestTagModifier and TypeMethodDescriptionprivate void
VintageTestDescriptor.addCategoriesAsTags
(Set<TestTag> tags) private void
VintageTestDescriptor.addTagsFromParent
(Set<TestTag> tags)