Uses of Class
org.junit.platform.engine.discovery.MethodSelector
Packages that use MethodSelector
Package
Description
Configurable test discovery implementation that can be reused by different test engines.
-
Uses of MethodSelector in org.junit.platform.engine.discovery
Methods in org.junit.platform.engine.discovery that return MethodSelectorModifier and TypeMethodDescriptionstatic MethodSelectorDiscoverySelectors.selectMethod(Class<?> javaClass, Method method)static MethodSelectorDiscoverySelectors.selectMethod(Class<?> javaClass, String methodName)Create aMethodSelectorfor the suppliedClassand method name.static MethodSelectorDiscoverySelectors.selectMethod(Class<?> javaClass, String methodName, String methodParameterTypes)Create aMethodSelectorfor the suppliedClass, method name, and method parameter types.static MethodSelectorDiscoverySelectors.selectMethod(String fullyQualifiedMethodName)Create aMethodSelectorfor the supplied fully qualified method name.static MethodSelectorDiscoverySelectors.selectMethod(String className, String methodName)Create aMethodSelectorfor the supplied class name and method name.static MethodSelectorDiscoverySelectors.selectMethod(String className, String methodName, String methodParameterTypes)Create aMethodSelectorfor the supplied class name, method name, and method parameter types. -
Uses of MethodSelector in org.junit.platform.engine.support.discovery
Methods in org.junit.platform.engine.support.discovery with parameters of type MethodSelectorModifier and TypeMethodDescriptiondefault SelectorResolver.ResolutionSelectorResolver.resolve(MethodSelector selector, SelectorResolver.Context context)Resolve the suppliedMethodSelectorusing the suppliedContext.