Package | Description |
---|---|
org.junit.jupiter.engine.discovery |
Internal classes for test discovery within the JUnit Jupiter test engine.
|
org.junit.platform.engine.discovery |
Modifier and Type | Method and Description |
---|---|
(package private) void |
JavaElementsResolver.resolveUniqueId(UniqueIdSelector selector) |
Modifier and Type | Method and Description |
---|---|
static UniqueIdSelector |
DiscoverySelectors.selectUniqueId(java.lang.String uniqueId)
Create a
UniqueIdSelector for the supplied unique ID. |
static UniqueIdSelector |
DiscoverySelectors.selectUniqueId(UniqueId uniqueId)
Create a
UniqueIdSelector for the supplied UniqueId . |