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.platform.launcher.tagexpression |
The tag expression language parser and related support classes.
|
org.junit.vintage.engine.descriptor |
Test descriptors used within the JUnit Vintage test engine.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Set<TestTag> |
MethodBasedTestDescriptor.tags
Set of method-level tags; does not contain tags from parent.
|
protected java.util.Set<TestTag> |
ClassBasedTestDescriptor.tags |
Modifier and Type | Method and Description |
---|---|
java.util.Set<TestTag> |
MethodBasedTestDescriptor.getTags() |
java.util.Set<TestTag> |
NestedClassTestDescriptor.getTags() |
java.util.Set<TestTag> |
ClassTestDescriptor.getTags() |
(package private) 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.
|
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 |
---|---|
boolean |
TagExpression.evaluate(java.util.Collection<TestTag> tags)
Evaluate this tag expression against the supplied collection of
tags.
|
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) |