Uses of Class
org.junit.platform.engine.discovery.MethodSelector
Packages that use MethodSelector
Package
Description
Configuration options for JUnit's console launcher.
Configurable test discovery implementation that can be reused by different test engines.
-
Uses of MethodSelector in org.junit.platform.console.options
Methods in org.junit.platform.console.options that return types with arguments of type MethodSelectorMethod parameters in org.junit.platform.console.options with type arguments of type MethodSelectorModifier and TypeMethodDescriptionvoid
CommandLineOptions.setSelectedMethods
(List<MethodSelector> selectedMethods) -
Uses of MethodSelector in org.junit.platform.engine.discovery
Methods in org.junit.platform.engine.discovery that return MethodSelectorModifier and TypeMethodDescriptionstatic MethodSelector
DiscoverySelectors.selectMethod
(Class<?> javaClass, Method method) static MethodSelector
DiscoverySelectors.selectMethod
(Class<?> javaClass, String methodName) Create aMethodSelector
for the suppliedClass
and method name.static MethodSelector
DiscoverySelectors.selectMethod
(Class<?> javaClass, String methodName, String methodParameterTypes) Create aMethodSelector
for the suppliedClass
, method name, and method parameter types.static MethodSelector
DiscoverySelectors.selectMethod
(String fullyQualifiedMethodName) Create aMethodSelector
for the supplied fully qualified method name.static MethodSelector
DiscoverySelectors.selectMethod
(String className, String methodName) Create aMethodSelector
for the supplied class name and method name.static MethodSelector
DiscoverySelectors.selectMethod
(String className, String methodName, String methodParameterTypes) Create aMethodSelector
for 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.Resolution
SelectorResolver.resolve
(MethodSelector selector, SelectorResolver.Context context) Resolve the suppliedMethodSelector
using the suppliedContext
.