Uses of Interface
org.mockito.invocation.InvocationFactory
-
Packages that use InvocationFactory Package Description org.mockito Mockito is a mock library for java - seeMockito
class 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 InvocationFactory
MockitoFramework. 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 InvocationFactory
DefaultMockitoFramework. getInvocationFactory()
-
Uses of InvocationFactory in org.mockito.internal.invocation
Classes in org.mockito.internal.invocation that implement InvocationFactory Modifier and Type Class Description class
DefaultInvocationFactory
-