@API(value=Internal)
public class MethodInvocationContextFactory
extends java.lang.Object
MethodInvocationContext instances.| Constructor and Description |
|---|
MethodInvocationContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.junit.gen5.api.extension.MethodInvocationContext |
methodInvocationContext(java.lang.Object instance,
java.lang.reflect.Method method)
Create a new
MethodInvocationContext based on the supplied
instance and method. |