| Package | Description |
|---|---|
| org.junit.platform.engine.support.descriptor |
TestDescriptor-related support classes
intended to be used by test engine implementations and clients of
the launcher. |
| Modifier and Type | Method | Description |
|---|---|---|
static MethodSource |
MethodSource.from(java.lang.reflect.Method method) |
Create a new
MethodSource using the supplied
method. |
static MethodSource |
MethodSource.from(java.lang.String className,
java.lang.String methodName) |
Create a new
MethodSource using the supplied
class and method name. |
static MethodSource |
MethodSource.from(java.lang.String className,
java.lang.String methodName,
java.lang.String methodParameterTypes) |
Create a new
MethodSource using the supplied
class and method name. |