Uses of Interface
org.springframework.test.context.MethodInvoker
Package
Description
This package contains the Spring TestContext Framework which
provides annotation-driven unit and integration testing support that is
agnostic of the actual testing framework in use.
Support classes for the Spring TestContext Framework.
-
Uses of MethodInvoker in org.springframework.test.context
Modifier and TypeFieldDescriptionstatic final MethodInvoker
MethodInvoker.DEFAULT_INVOKER
Shared instance of the defaultMethodInvoker
.Modifier and TypeMethodDescriptiondefault MethodInvoker
TestContext.getMethodInvoker()
Get theMethodInvoker
to use.Modifier and TypeMethodDescriptiondefault void
TestContext.setMethodInvoker
(MethodInvoker methodInvoker) Set theMethodInvoker
to use. -
Uses of MethodInvoker in org.springframework.test.context.support
Modifier and TypeMethodDescriptionfinal void
DefaultTestContext.setMethodInvoker
(MethodInvoker methodInvoker)