Uses of Class
org.junit.platform.engine.discovery.MethodSelector
-
Packages that use MethodSelector Package Description org.junit.jupiter.engine.discovery Internal classes for test discovery within the JUnit Jupiter test engine.org.junit.platform.console.options Command-line option utility classes of JUnit's console launcher.org.junit.platform.engine.discovery org.junit.platform.engine.support.discovery Configurable test discovery implementation that can be reused by different test engines.org.junit.platform.suite.commons Common support utilities for executing test suites on the JUnit Platform.org.junit.vintage.engine.discovery 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 MethodSelector Modifier and Type Method Description SelectorResolver.ResolutionMethodSelectorResolver. 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 MethodSelector Modifier and Type Field Description private java.util.List<MethodSelector>TestDiscoveryOptions. selectedMethodsprivate java.util.List<MethodSelector>TestDiscoveryOptionsMixin.SelectorOptions. selectedMethodsprivate java.util.List<MethodSelector>TestDiscoveryOptionsMixin.SelectorOptions. selectedMethods2Methods in org.junit.platform.console.options that return MethodSelector Modifier and Type Method Description MethodSelectorSelectorConverter.Method. convert(java.lang.String value)Methods in org.junit.platform.console.options that return types with arguments of type MethodSelector Modifier and Type Method Description java.util.List<MethodSelector>TestDiscoveryOptions. getSelectedMethods()Method parameters in org.junit.platform.console.options with type arguments of type MethodSelector Modifier and Type Method Description voidTestDiscoveryOptions. setSelectedMethods(java.util.List<MethodSelector> selectedMethods) -
Uses of MethodSelector in org.junit.platform.engine.discovery
Fields in org.junit.platform.engine.discovery declared as MethodSelector Modifier and Type Field Description private MethodSelectorNestedMethodSelector. methodSelectorMethods in org.junit.platform.engine.discovery that return MethodSelector Modifier and Type Method Description static MethodSelectorDiscoverySelectors. selectMethod(java.lang.Class<?> javaClass, java.lang.reflect.Method method)Create aMethodSelectorfor the suppliedClassandMethod.static MethodSelectorDiscoverySelectors. selectMethod(java.lang.Class<?> javaClass, java.lang.String methodName)Create aMethodSelectorfor the suppliedClassand method name.static MethodSelectorDiscoverySelectors. selectMethod(java.lang.Class<?> javaClass, java.lang.String methodName, java.lang.Class<?>... parameterTypes)Create aMethodSelectorfor the suppliedClass, method name, and parameter types.static MethodSelectorDiscoverySelectors. selectMethod(java.lang.Class<?> javaClass, java.lang.String methodName, java.lang.String parameterTypeNames)Create aMethodSelectorfor the suppliedClass, method name, and parameter type names.static MethodSelectorDiscoverySelectors. selectMethod(java.lang.ClassLoader classLoader, java.lang.String fullyQualifiedMethodName)Create aMethodSelectorfor the supplied fully qualified method name and class loader.static MethodSelectorDiscoverySelectors. selectMethod(java.lang.ClassLoader classLoader, java.lang.String className, java.lang.String methodName)Create aMethodSelectorfor the supplied class name, method name, and class loader.static MethodSelectorDiscoverySelectors. selectMethod(java.lang.ClassLoader classLoader, java.lang.String className, java.lang.String methodName, java.lang.String parameterTypeNames)Create aMethodSelectorfor the supplied class name, method name, parameter type names, and class loader.static MethodSelectorDiscoverySelectors. selectMethod(java.lang.String fullyQualifiedMethodName)Create aMethodSelectorfor the supplied fully qualified method name.static MethodSelectorDiscoverySelectors. selectMethod(java.lang.String className, java.lang.String methodName)Create aMethodSelectorfor the supplied class name and method name using the default class loader.static MethodSelectorDiscoverySelectors. selectMethod(java.lang.String className, java.lang.String methodName, java.lang.Class<?>... parameterTypes)Create aMethodSelectorfor the supplied class name, method name, and parameter types.static MethodSelectorDiscoverySelectors. selectMethod(java.lang.String className, java.lang.String methodName, java.lang.String parameterTypeNames)Create aMethodSelectorfor the supplied class name, method name, and parameter type names.Methods in org.junit.platform.engine.discovery that return types with arguments of type MethodSelector Modifier and Type Method Description java.util.Optional<MethodSelector>MethodSelector.IdentifierParser. parse(DiscoverySelectorIdentifier identifier, DiscoverySelectorIdentifierParser.Context context) -
Uses of MethodSelector in org.junit.platform.engine.support.discovery
Methods in org.junit.platform.engine.support.discovery with parameters of type MethodSelector Modifier and Type Method Description default SelectorResolver.ResolutionSelectorResolver. resolve(MethodSelector selector, SelectorResolver.Context context)Resolve the suppliedMethodSelectorusing the suppliedContext. -
Uses of MethodSelector in org.junit.platform.suite.commons
Methods in org.junit.platform.suite.commons that return MethodSelector Modifier and Type Method Description private MethodSelectorSuiteLauncherDiscoveryRequestBuilder. selectMethod(java.lang.Class<?> suiteClass, SelectMethod annotation)private static MethodSelectorSuiteLauncherDiscoveryRequestBuilder. toMethodSelector(java.lang.Class<?> suiteClass, java.lang.Class<?> type, java.lang.String typeName, java.lang.Class<?>[] parameterTypes, java.lang.String methodName, java.lang.String parameterTypeNames)private MethodSelectorSuiteLauncherDiscoveryRequestBuilder. toMethodSelector(java.lang.Class<?> suiteClass, SelectMethod annotation)private static MethodSelectorSuiteLauncherDiscoveryRequestBuilder. toMethodSelectorFromFQMN(java.lang.Class<?> suiteClass, SelectMethod annotation) -
Uses of MethodSelector in org.junit.vintage.engine.discovery
Methods in org.junit.vintage.engine.discovery with parameters of type MethodSelector Modifier and Type Method Description SelectorResolver.ResolutionMethodSelectorResolver. resolve(MethodSelector selector, SelectorResolver.Context context)private org.junit.runner.manipulation.FilterMethodSelectorResolver. toMethodFilter(MethodSelector methodSelector)
-