Uses of Class
org.junit.platform.engine.discovery.NestedMethodSelector
Packages that use NestedMethodSelector
Package
Description
Configurable test discovery implementation that can be reused by different test engines.
-
Uses of NestedMethodSelector in org.junit.platform.engine.discovery
Methods in org.junit.platform.engine.discovery that return NestedMethodSelectorModifier 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.Methods in org.junit.platform.engine.discovery that return types with arguments of type NestedMethodSelectorModifier and TypeMethodDescriptionNestedMethodSelector.IdentifierParser.parse
(DiscoverySelectorIdentifier identifier, DiscoverySelectorIdentifierParser.Context context) -
Uses of NestedMethodSelector in org.junit.platform.engine.support.discovery
Methods in org.junit.platform.engine.support.discovery with parameters of type NestedMethodSelectorModifier and TypeMethodDescriptiondefault SelectorResolver.Resolution
SelectorResolver.resolve
(NestedMethodSelector selector, SelectorResolver.Context context) Resolve the suppliedNestedMethodSelector
using the suppliedContext
.