Uses of Interface
org.springframework.test.context.MethodInvoker
Packages that use 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
Fields in org.springframework.test.context declared as MethodInvokerModifier and TypeFieldDescriptionstatic final MethodInvoker
MethodInvoker.DEFAULT_INVOKER
Shared instance of the defaultMethodInvoker
.Methods in org.springframework.test.context that return MethodInvokerModifier and TypeMethodDescriptiondefault MethodInvoker
TestContext.getMethodInvoker()
Get theMethodInvoker
to use.Methods in org.springframework.test.context with parameters of type MethodInvokerModifier and TypeMethodDescriptiondefault void
TestContext.setMethodInvoker
(MethodInvoker methodInvoker) Set theMethodInvoker
to use. -
Uses of MethodInvoker in org.springframework.test.context.support
Methods in org.springframework.test.context.support that return MethodInvokerMethods in org.springframework.test.context.support with parameters of type MethodInvokerModifier and TypeMethodDescriptionfinal void
DefaultTestContext.setMethodInvoker
(MethodInvoker methodInvoker)