| Package | Description |
|---|---|
| org.junit.jupiter.engine.discovery |
Internal classes for test discovery within the JUnit Jupiter test engine.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SelectorResolver.Resolution |
MethodSelectorResolver.resolve(MethodSelector selector,
SelectorResolver.Context context) |
| Modifier and Type | Field and Description |
|---|---|
private MethodSelector |
NestedMethodSelector.methodSelector |
| Modifier and Type | Method and Description |
|---|---|
static MethodSelector |
DiscoverySelectors.selectMethod(java.lang.Class<?> javaClass,
java.lang.reflect.Method method)
Create a
MethodSelector for the supplied Class and Method. |
static MethodSelector |
DiscoverySelectors.selectMethod(java.lang.Class<?> javaClass,
java.lang.String methodName)
Create a
MethodSelector for the supplied Class and method name. |
static MethodSelector |
DiscoverySelectors.selectMethod(java.lang.Class<?> javaClass,
java.lang.String methodName,
java.lang.Class<?>... parameterTypes)
Create a
MethodSelector for the supplied Class, method name,
and parameter types. |
static MethodSelector |
DiscoverySelectors.selectMethod(java.lang.Class<?> javaClass,
java.lang.String methodName,
java.lang.String parameterTypeNames)
Create a
MethodSelector for the supplied Class, method name,
and parameter type names. |
static MethodSelector |
DiscoverySelectors.selectMethod(java.lang.ClassLoader classLoader,
java.lang.String fullyQualifiedMethodName)
Create a
MethodSelector for the supplied fully qualified
method name and class loader. |
static MethodSelector |
DiscoverySelectors.selectMethod(java.lang.ClassLoader classLoader,
java.lang.String className,
java.lang.String methodName)
Create a
MethodSelector for the supplied class name, method name,
and class loader. |
static MethodSelector |
DiscoverySelectors.selectMethod(java.lang.ClassLoader classLoader,
java.lang.String className,
java.lang.String methodName,
java.lang.String parameterTypeNames)
Create a
MethodSelector for the supplied class name, method name,
parameter type names, and class loader. |
static MethodSelector |
DiscoverySelectors.selectMethod(java.lang.String fullyQualifiedMethodName)
Create a
MethodSelector for the supplied fully qualified
method name. |
static MethodSelector |
DiscoverySelectors.selectMethod(java.lang.String className,
java.lang.String methodName)
Create a
MethodSelector for the supplied class name and method name
using the default class loader. |
static MethodSelector |
DiscoverySelectors.selectMethod(java.lang.String className,
java.lang.String methodName,
java.lang.Class<?>... parameterTypes)
Create a
MethodSelector for the supplied class name, method name,
and parameter types. |
static MethodSelector |
DiscoverySelectors.selectMethod(java.lang.String className,
java.lang.String methodName,
java.lang.String parameterTypeNames)
Create a
MethodSelector for the supplied class name, method name,
and parameter type names. |
| Modifier and Type | Method and Description |
|---|---|
default SelectorResolver.Resolution |
SelectorResolver.resolve(MethodSelector selector,
SelectorResolver.Context context)
Resolve the supplied
MethodSelector using the supplied
Context. |
| Modifier and Type | Method and Description |
|---|---|
private MethodSelector |
SuiteLauncherDiscoveryRequestBuilder.selectMethod(java.lang.Class<?> suiteClass,
SelectMethod annotation) |
private MethodSelector |
SuiteLauncherDiscoveryRequestBuilder.toMethodSelector(java.lang.Class<?> suiteClass,
SelectMethod annotation) |
| Modifier and Type | Method and Description |
|---|---|
SelectorResolver.Resolution |
MethodSelectorResolver.resolve(MethodSelector selector,
SelectorResolver.Context context) |
private org.junit.runner.manipulation.Filter |
MethodSelectorResolver.toMethodFilter(MethodSelector methodSelector) |