Package | Description |
---|---|
org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
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. |
org.junit.platform.launcher |
Public API for configuring and launching test plans.
|
org.junit.vintage.engine.descriptor |
Test descriptors used within the JUnit Vintage test engine.
|
Modifier and Type | Method and Description |
---|---|
Set<TestTag> |
ClassTestDescriptor.getTags() |
Set<TestTag> |
NestedClassTestDescriptor.getTags() |
protected static Set<TestTag> |
JupiterTestDescriptor.getTags(AnnotatedElement element) |
Modifier and Type | Method and Description |
---|---|
static TestTag |
TestTag.create(String name)
Create a
TestTag from the supplied name . |
Modifier and Type | Method and Description |
---|---|
Set<TestTag> |
TestDescriptor.getTags()
Get the set of tags associated with this descriptor.
|
Modifier and Type | Method and Description |
---|---|
Set<TestTag> |
AbstractTestDescriptor.getTags() |
Modifier and Type | Method and Description |
---|---|
Set<TestTag> |
TestIdentifier.getTags()
Get the set of tags associated with the represented
test or container.
|
Modifier and Type | Method and Description |
---|---|
Set<TestTag> |
VintageTestDescriptor.getTags() |