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 NestedMethodSelector |
DiscoverySelectors.selectNestedMethod(List<Class<?>> enclosingClasses,
Class<?> nestedClass,
Method method)
|
static NestedMethodSelector |
DiscoverySelectors.selectNestedMethod(List<Class<?>> enclosingClasses,
Class<?> nestedClass,
String methodName)
Create a
NestedMethodSelector for the supplied nested Class and method name. |
static NestedMethodSelector |
DiscoverySelectors.selectNestedMethod(List<Class<?>> enclosingClasses,
Class<?> nestedClass,
String methodName,
String methodParameterTypes)
Create a
NestedMethodSelector for the supplied Class , method name,
and method parameter types. |
static NestedMethodSelector |
DiscoverySelectors.selectNestedMethod(List<String> enclosingClassNames,
String nestedClassName,
String methodName)
Create a
NestedMethodSelector for the supplied nested class name and method name. |
static NestedMethodSelector |
DiscoverySelectors.selectNestedMethod(List<String> enclosingClassNames,
String nestedClassName,
String methodName,
String methodParameterTypes)
Create a
NestedMethodSelector for the supplied nested class name, method name,
and method parameter types. |
Modifier and Type | Method and Description |
---|---|
default SelectorResolver.Resolution |
SelectorResolver.resolve(NestedMethodSelector selector,
SelectorResolver.Context context)
Resolve the supplied
NestedMethodSelector using the supplied
Context . |
Copyright © 2020. All rights reserved.