Uses of Class
org.junit.platform.engine.discovery.NestedMethodSelector
Package
Description
Configurable test discovery implementation that can be reused by different test engines.
-
Uses of NestedMethodSelector in org.junit.platform.engine.discovery
Modifier and TypeMethodDescriptionstatic NestedMethodSelector
DiscoverySelectors.selectNestedMethod(List<Class<?>> enclosingClasses, Class<?> nestedClass, Method method)
static NestedMethodSelector
DiscoverySelectors.selectNestedMethod(List<Class<?>> enclosingClasses, Class<?> nestedClass, String methodName)
Create aNestedMethodSelector
for the supplied nestedClass
and method name.static NestedMethodSelector
DiscoverySelectors.selectNestedMethod(List<Class<?>> enclosingClasses, Class<?> nestedClass, String methodName, String methodParameterTypes)
Create aNestedMethodSelector
for the suppliedClass
, method name, and method parameter types.static NestedMethodSelector
DiscoverySelectors.selectNestedMethod(List<String> enclosingClassNames, String nestedClassName, String methodName)
Create aNestedMethodSelector
for the supplied nested class name and method name.static NestedMethodSelector
DiscoverySelectors.selectNestedMethod(List<String> enclosingClassNames, String nestedClassName, String methodName, String methodParameterTypes)
Create aNestedMethodSelector
for the supplied nested class name, method name, and method parameter types. -
Uses of NestedMethodSelector in org.junit.platform.engine.support.discovery
Modifier and TypeMethodDescriptiondefault SelectorResolver.Resolution
SelectorResolver.resolve(NestedMethodSelector selector, SelectorResolver.Context context)
Resolve the suppliedNestedMethodSelector
using the suppliedContext
.