Package | Description |
---|---|
org.junit.platform.engine.discovery | |
org.junit.platform.engine.support.discovery |
Configurable test discovery implementation that can be reused by different test engines.
|
Modifier and Type | Method | Description |
---|---|---|
static UniqueIdSelector |
DiscoverySelectors.selectUniqueId(String uniqueId) |
Create a
UniqueIdSelector for the supplied unique ID. |
static UniqueIdSelector |
DiscoverySelectors.selectUniqueId(UniqueId uniqueId) |
Create a
UniqueIdSelector for the supplied UniqueId . |
Modifier and Type | Method | Description |
---|---|---|
default SelectorResolver.Resolution |
SelectorResolver.resolve(UniqueIdSelector selector,
SelectorResolver.Context context) |
Resolve the supplied
UniqueIdSelector using the supplied
Context . |
Copyright © 2019. All rights reserved.