Uses of Interface
org.mockito.invocation.InvocationFactory
-
Packages that use InvocationFactory Package Description org.mockito Mockito is a mock library for java - seeMockitoclass for usage.org.mockito.internal.framework org.mockito.internal.invocation Invocation machinery and related classes. -
-
Uses of InvocationFactory in org.mockito
Methods in org.mockito that return InvocationFactory Modifier and Type Method Description InvocationFactoryMockitoFramework. getInvocationFactory()Returns a factory that can create instances ofInvocation. -
Uses of InvocationFactory in org.mockito.internal.framework
Methods in org.mockito.internal.framework that return InvocationFactory Modifier and Type Method Description InvocationFactoryDefaultMockitoFramework. getInvocationFactory() -
Uses of InvocationFactory in org.mockito.internal.invocation
Classes in org.mockito.internal.invocation that implement InvocationFactory Modifier and Type Class Description classDefaultInvocationFactory
-