Package | Description |
---|---|
org.mockito.internal.invocation |
Invocation machinery and related classes.
|
org.mockito.invocation |
Public API related to mock method invocations.
|
Modifier and Type | Method and Description |
---|---|
Invocation |
DefaultInvocationFactory.createInvocation(Object target,
MockCreationSettings settings,
Method method,
InvocationFactory.RealMethodBehavior realMethod,
Object... args) |
Modifier and Type | Method and Description |
---|---|
Invocation |
InvocationFactory.createInvocation(Object target,
MockCreationSettings settings,
Method method,
InvocationFactory.RealMethodBehavior realMethod,
Object... args)
Creates instance of an
Invocation object. |
Copyright © 2018. All rights reserved.