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
(ClassLoader classLoader, List<String> enclosingClassNames, String nestedClassName, String methodName) Create aNestedMethodSelector
for the supplied nested class name, method name, and class loader.static NestedMethodSelector
DiscoverySelectors.selectNestedMethod
(ClassLoader classLoader, List<String> enclosingClassNames, String nestedClassName, String methodName, String parameterTypeNames) Create aNestedMethodSelector
for the supplied nested class name, method name, parameter type names, and class loader.static 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, Class<?>... parameterTypes) Create aNestedMethodSelector
for the supplied enclosing classes, nested class, method name, and parameter types.static NestedMethodSelector
DiscoverySelectors.selectNestedMethod
(List<Class<?>> enclosingClasses, Class<?> nestedClass, String methodName, String parameterTypeNames) Create aNestedMethodSelector
for the suppliedClass
, method name, and parameter type names.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, Class<?>... parameterTypes) Create aNestedMethodSelector
for the supplied enclosing class names, nested class name, method name, and parameter types.static NestedMethodSelector
DiscoverySelectors.selectNestedMethod
(List<String> enclosingClassNames, String nestedClassName, String methodName, String parameterTypeNames) Create aNestedMethodSelector
for the supplied nested class name, method name, and parameter type names. -
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
.