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 voidFakeRunNotifier.fireTestRunFinished(Invocation invocation, org.junit.runner.Result result) static voidFakeRunNotifier.fireTestRunStarted(Invocation invocation, org.junit.runner.Description description) static voidFakeRunNotifier.fireTestStarted(Invocation invocation, org.junit.runner.Description description) FakeFrameworkMethod.invokeExplosively(Invocation invocation, Object target, Object... params) static voidFakeFrameworkMethod.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> TFakeBeanFactory.getBean(Invocation invocation, Class<T> requiredType) static ObjectFakeBeanFactory.getBean(Invocation invocation, String name) static <T> TFakeBeanFactory.getBean(Invocation invocation, String name, Class<T> requiredType) -
Uses of Invocation in mockit.internal
Subclasses of Invocation in mockit.internalModifier and TypeClassDescriptionclassBase class for encapsulating state and logic needed by both the Mocking and Faking APIs, but which should not go intoInvocationin order to keep the published API clean. -
Uses of Invocation in mockit.internal.faking
Subclasses of Invocation in mockit.internal.faking