| Package | Description |
|---|---|
| org.junit.platform.engine.support.discovery |
Configurable test discovery implementation that can be reused by different test engines.
|
| Modifier and Type | Field and Description |
|---|---|
private SelectorResolver.Match.Type |
SelectorResolver.Match.type |
| Modifier and Type | Method and Description |
|---|---|
static SelectorResolver.Match.Type |
SelectorResolver.Match.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SelectorResolver.Match.Type[] |
SelectorResolver.Match.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Match(TestDescriptor testDescriptor,
java.util.function.Supplier<java.util.Set<? extends DiscoverySelector>> childSelectorsSupplier,
SelectorResolver.Match.Type type) |