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.contextFields in org.springframework.test.context declared as MethodInvokerModifier and TypeFieldDescriptionstatic final MethodInvokerMethodInvoker.DEFAULT_INVOKERShared instance of the defaultMethodInvoker.Methods in org.springframework.test.context that return MethodInvokerModifier and TypeMethodDescriptiondefault MethodInvokerTestContext.getMethodInvoker()Get theMethodInvokerto use.Methods in org.springframework.test.context with parameters of type MethodInvokerModifier and TypeMethodDescriptiondefault voidTestContext.setMethodInvoker(MethodInvoker methodInvoker) Set theMethodInvokerto use.
- 
Uses of MethodInvoker in org.springframework.test.context.supportMethods in org.springframework.test.context.support that return MethodInvokerMethods in org.springframework.test.context.support with parameters of type MethodInvokerModifier and TypeMethodDescriptionfinal voidDefaultTestContext.setMethodInvoker(MethodInvoker methodInvoker)