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 NestedMethodSelectorDiscoverySelectors.selectNestedMethod(List<Class<?>> enclosingClasses, Class<?> nestedClass, Method method) static NestedMethodSelectorDiscoverySelectors.selectNestedMethod(List<Class<?>> enclosingClasses, Class<?> nestedClass, String methodName) Create aNestedMethodSelectorfor the supplied nestedClassand method name.static NestedMethodSelectorDiscoverySelectors.selectNestedMethod(List<Class<?>> enclosingClasses, Class<?> nestedClass, String methodName, String methodParameterTypes) Create aNestedMethodSelectorfor the suppliedClass, method name, and method parameter types.static NestedMethodSelectorDiscoverySelectors.selectNestedMethod(List<String> enclosingClassNames, String nestedClassName, String methodName) Create aNestedMethodSelectorfor the supplied nested class name and method name.static NestedMethodSelectorDiscoverySelectors.selectNestedMethod(List<String> enclosingClassNames, String nestedClassName, String methodName, String methodParameterTypes) Create aNestedMethodSelectorfor the supplied nested class name, method name, and method parameter types. -
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.ResolutionSelectorResolver.resolve(NestedMethodSelector selector, SelectorResolver.Context context) Resolve the suppliedNestedMethodSelectorusing the suppliedContext.