Uses of Class
org.junit.platform.engine.discovery.MethodSelector
Packages that use MethodSelector
Package
Description
Internal classes for test discovery within the JUnit Jupiter test engine.
Configuration options for JUnit's console launcher.
Configurable test discovery implementation that can be reused by different test engines.
Common support utilities for executing test suites on the JUnit Platform.
Internal classes for test discovery within the JUnit Vintage test engine.
-
Uses of MethodSelector in org.junit.jupiter.engine.discovery
Methods in org.junit.jupiter.engine.discovery with parameters of type MethodSelectorModifier and TypeMethodDescriptionMethodSelectorResolver.resolve
(MethodSelector selector, SelectorResolver.Context context) -
Uses of MethodSelector in org.junit.platform.console.options
Fields in org.junit.platform.console.options with type parameters of type MethodSelectorModifier and TypeFieldDescriptionprivate List
<MethodSelector> TestDiscoveryOptions.selectedMethods
private List
<MethodSelector> TestDiscoveryOptionsMixin.SelectorOptions.selectedMethods
private List
<MethodSelector> TestDiscoveryOptionsMixin.SelectorOptions.selectedMethods2
Methods in org.junit.platform.console.options that return MethodSelectorMethods 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
TestDiscoveryOptions.setSelectedMethods
(List<MethodSelector> selectedMethods) -
Uses of MethodSelector in org.junit.platform.engine.discovery
Fields in org.junit.platform.engine.discovery declared as MethodSelectorModifier and TypeFieldDescriptionprivate final MethodSelector
NestedMethodSelector.methodSelector
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, Class<?>... parameterTypes) Create aMethodSelector
for the suppliedClass
, method name, and parameter types.static MethodSelector
DiscoverySelectors.selectMethod
(Class<?> javaClass, String methodName, String parameterTypeNames) Create aMethodSelector
for the suppliedClass
, method name, and parameter type names.static MethodSelector
DiscoverySelectors.selectMethod
(ClassLoader classLoader, String fullyQualifiedMethodName) Create aMethodSelector
for the supplied fully qualified method name and class loader.static MethodSelector
DiscoverySelectors.selectMethod
(ClassLoader classLoader, String className, String methodName) Create aMethodSelector
for the supplied class name, method name, and class loader.static MethodSelector
DiscoverySelectors.selectMethod
(ClassLoader classLoader, String className, String methodName, String parameterTypeNames) Create aMethodSelector
for the supplied class name, method name, parameter type names, and class loader.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 using the default class loader.static MethodSelector
DiscoverySelectors.selectMethod
(String className, String methodName, Class<?>... parameterTypes) Create aMethodSelector
for the supplied class name, method name, and parameter types.static MethodSelector
DiscoverySelectors.selectMethod
(String className, String methodName, String parameterTypeNames) Create aMethodSelector
for the supplied class name, method name, and parameter type names. -
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
. -
Uses of MethodSelector in org.junit.platform.suite.commons
Methods in org.junit.platform.suite.commons that return MethodSelectorModifier and TypeMethodDescriptionprivate MethodSelector
SuiteLauncherDiscoveryRequestBuilder.selectMethod
(Class<?> suiteClass, SelectMethod annotation) private MethodSelector
SuiteLauncherDiscoveryRequestBuilder.toMethodSelector
(Class<?> suiteClass, SelectMethod annotation) -
Uses of MethodSelector in org.junit.vintage.engine.discovery
Methods in org.junit.vintage.engine.discovery with parameters of type MethodSelectorModifier and TypeMethodDescriptionMethodSelectorResolver.resolve
(MethodSelector selector, SelectorResolver.Context context) private org.junit.runner.manipulation.Filter
MethodSelectorResolver.toMethodFilter
(MethodSelector methodSelector)