| Package | Description |
|---|---|
| org.mockito.internal.creation.bytebuddy |
ByteBuddy related stuff.
|
| org.mockito.internal.invocation |
Invocation machinery and related classes.
|
| org.mockito.internal.invocation.mockref |
| Modifier and Type | Field and Description |
|---|---|
private MockReference<java.lang.Object> |
MockMethodAdvice.SerializableRealMethodCall.instanceRef |
| Modifier and Type | Field and Description |
|---|---|
private MockReference<java.lang.Object> |
InterceptedInvocation.mockRef |
| Constructor and Description |
|---|
InterceptedInvocation(MockReference<java.lang.Object> mockRef,
MockitoMethod mockitoMethod,
java.lang.Object[] arguments,
RealMethod realMethod,
Location location,
int sequenceNumber) |
| Modifier and Type | Class and Description |
|---|---|
class |
MockStrongReference<T> |
class |
MockWeakReference<T>
A weak reference that is converted into a strong reference when serialized.
|