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 |
---|---|
java.util.Set<TestTag> |
ClassTestDescriptor.getTags() |
java.util.Set<TestTag> |
MethodBasedTestDescriptor.getTags() |
java.util.Set<TestTag> |
NestedClassTestDescriptor.getTags() |
protected static java.util.Set<TestTag> |
JupiterTestDescriptor.getTags(java.lang.reflect.AnnotatedElement element) |
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() |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<TestTag> |
TestIdentifier.tags |
Modifier and Type | Method and Description |
---|---|
java.util.Set<TestTag> |
TestIdentifier.getTags()
Get the set of tags associated with the represented
test or container.
|
private static java.util.List<TestTag> |
TagFilter.toTestTags(java.util.List<java.lang.String> tags) |
Constructor and Description |
---|
TestIdentifier(java.lang.String uniqueId,
java.lang.String displayName,
TestSource source,
java.util.Set<TestTag> tags,
TestDescriptor.Type type,
java.lang.String parentId,
java.lang.String legacyReportingName) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<TestTag> |
VintageTestDescriptor.getTags() |
Modifier and Type | Method and Description |
---|---|
private void |
VintageTestDescriptor.addCategoriesAsTags(java.util.Set<TestTag> tags) |
private void |
VintageTestDescriptor.addTagsFromParent(java.util.Set<TestTag> tags) |