| Package | Description |
|---|---|
| org.mockito.internal.invocation |
Invocation machinery and related classes.
|
| org.mockito.internal.invocation.mockref |
| 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 © 2024. All rights reserved.