Uses of Class
mockit.Invocation
Packages that use Invocation
Package
Description
Provides integration with JUnit 4.x test runners, for version 4.5 or newer.
Provides integration with Spring Framework's bean
factories.
Contains the classes that implement the internal mechanisms of the toolkit, and as such are not intended for direct
use in client code.
-
Uses of Invocation in mockit.integration.junit4
Methods in mockit.integration.junit4 with parameters of type InvocationModifier and TypeMethodDescriptionstatic void
FakeRunNotifier.fireTestRunFinished
(Invocation invocation, org.junit.runner.Result result) static void
FakeRunNotifier.fireTestRunStarted
(Invocation invocation, org.junit.runner.Description description) static void
FakeRunNotifier.fireTestStarted
(Invocation invocation, org.junit.runner.Description description) FakeFrameworkMethod.invokeExplosively
(Invocation invocation, Object target, Object... params) static void
FakeFrameworkMethod.validatePublicVoidNoArg
(Invocation invocation, boolean isStatic, List<Throwable> errors) -
Uses of Invocation in mockit.integration.springframework
Methods in mockit.integration.springframework with parameters of type InvocationModifier and TypeMethodDescriptionstatic <T> T
FakeBeanFactory.getBean
(Invocation invocation, Class<T> requiredType) static Object
FakeBeanFactory.getBean
(Invocation invocation, String name) static <T> T
FakeBeanFactory.getBean
(Invocation invocation, String name, Class<T> requiredType) -
Uses of Invocation in mockit.internal
Subclasses of Invocation in mockit.internalModifier and TypeClassDescriptionclass
Base class for encapsulating state and logic needed by both the Mocking and Faking APIs, but which should not go intoInvocation
in order to keep the published API clean. -
Uses of Invocation in mockit.internal.faking
Subclasses of Invocation in mockit.internal.faking