Uses of Class
org.junit.platform.engine.TestTag
-
Packages that use TestTag Package Description org.junit.platform.engine Public API for test engines.org.junit.platform.engine.support.descriptor TestDescriptor-related support classes intended to be used by test engine implementations and clients of the launcher. -
-
Uses of TestTag in org.junit.platform.engine
Methods in org.junit.platform.engine that return TestTag Modifier and Type Method Description static TestTagTestTag. create(java.lang.String name)Create aTestTagfrom the suppliedname.Methods in org.junit.platform.engine that return types with arguments of type TestTag Modifier and Type Method Description java.util.Set<TestTag>TestDescriptor. getTags()Get the set of tags associated with this descriptor. -
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 Modifier and Type Method Description java.util.Set<TestTag>AbstractTestDescriptor. getTags()
-