| 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 and Description |
|---|---|
static MethodSource |
MethodSource.from(Class<?> testClass,
Method testMethod)
|
static MethodSource |
MethodSource.from(Method testMethod)
Create a new
MethodSource using the supplied method. |
static MethodSource |
MethodSource.from(String className,
String methodName)
Create a new
MethodSource using the supplied class name and
method name. |
static MethodSource |
MethodSource.from(String className,
String methodName,
String methodParameterTypes)
Create a new
MethodSource using the supplied class name, method
name, and method parameter types. |
Copyright © 2024. All rights reserved.