| 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. |
| Modifier and Type | Method and Description |
|---|---|
static TestTag |
TestTag.create(java.lang.String name)
Create a
TestTag from the supplied name. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<TestTag> |
TestDescriptor.getTags()
Get the set of tags associated with this descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<TestTag> |
AbstractTestDescriptor.getTags() |