Package | Description |
---|---|
org.junit.jupiter.engine.discovery |
Internal classes for test discovery within the JUnit Jupiter test engine.
|
Modifier and Type | Method and Description |
---|---|
static MethodSelectorResolver.MethodType |
MethodSelectorResolver.MethodType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MethodSelectorResolver.MethodType[] |
MethodSelectorResolver.MethodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|