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 and Description |
---|---|
static MethodSelector |
DiscoverySelectors.selectMethod(Class<?> javaClass,
Method method)
|
static MethodSelector |
DiscoverySelectors.selectMethod(Class<?> javaClass,
String methodName)
Create a
MethodSelector for the supplied Class and method name. |
static MethodSelector |
DiscoverySelectors.selectMethod(Class<?> javaClass,
String methodName,
String methodParameterTypes)
Create a
MethodSelector for the supplied Class , method name,
and method parameter types. |
static MethodSelector |
DiscoverySelectors.selectMethod(String fullyQualifiedMethodName)
Create a
MethodSelector for the supplied fully qualified
method name. |
static MethodSelector |
DiscoverySelectors.selectMethod(String className,
String methodName)
Create a
MethodSelector for the supplied class name and method name. |
static MethodSelector |
DiscoverySelectors.selectMethod(String className,
String methodName,
String methodParameterTypes)
Create a
MethodSelector for the supplied class name, method name,
and method parameter types. |
Modifier and Type | Method and Description |
---|---|
default SelectorResolver.Resolution |
SelectorResolver.resolve(MethodSelector selector,
SelectorResolver.Context context)
Resolve the supplied
MethodSelector using the supplied
Context . |
Copyright © 2020. All rights reserved.