| Package | Description |
|---|---|
| org.mockito.internal.invocation |
Invocation machinery and related classes.
|
| org.mockito.internal.invocation.mockref |
| Modifier and Type | Method and Description |
|---|---|
MockReference<Object> |
InterceptedInvocation.getMockRef()
Deprecated.
Not used by Mockito but by mockito-scala
|
| Constructor and Description |
|---|
InterceptedInvocation(MockReference<Object> mockRef,
MockitoMethod mockitoMethod,
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.
|
Copyright © 2025. All rights reserved.