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