| 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 | Description |
|---|---|---|
protected Set<TestTag> |
ClassBasedTestDescriptor.tags |
| Modifier and Type | Method | Description |
|---|---|---|
Set<TestTag> |
ClassTestDescriptor.getTags() |
|
Set<TestTag> |
MethodBasedTestDescriptor.getTags() |
|
Set<TestTag> |
NestedClassTestDescriptor.getTags() |
| Modifier and Type | Method | Description |
|---|---|---|
static TestTag |
TestTag.create(String name) |
Create a
TestTag from the supplied name. |
| Modifier and Type | Method | Description |
|---|---|---|
Set<TestTag> |
TestDescriptor.getTags() |
Get the set of tags associated with this descriptor.
|
| Modifier and Type | Method | Description |
|---|---|---|
Set<TestTag> |
AbstractTestDescriptor.getTags() |
| Modifier and Type | Method | Description |
|---|---|---|
Set<TestTag> |
TestIdentifier.getTags() |
Get the set of tags associated with the represented
test or container.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
TagExpression.evaluate(Collection<TestTag> tags) |
Evaluate this tag expression against the supplied collection of
tags.
|
| Modifier and Type | Method | Description |
|---|---|---|
Set<TestTag> |
VintageTestDescriptor.getTags() |
Copyright © 2019. All rights reserved.