Package | Description |
---|---|
org.mockito.internal.creation.bytebuddy |
ByteBuddy related stuff.
|
org.mockito.internal.invocation |
Invocation machinery and related classes.
|
Modifier and Type | Class and Description |
---|---|
private static class |
MockMethodAdvice.RealMethodCall |
private static class |
MockMethodAdvice.SerializableRealMethodCall |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.Object |
MockMethodInterceptor.doIntercept(java.lang.Object mock,
java.lang.reflect.Method invokedMethod,
java.lang.Object[] arguments,
RealMethod realMethod) |
(package private) java.lang.Object |
MockMethodInterceptor.doIntercept(java.lang.Object mock,
java.lang.reflect.Method invokedMethod,
java.lang.Object[] arguments,
RealMethod realMethod,
Location location) |
Modifier and Type | Class and Description |
---|---|
static class |
RealMethod.FromBehavior |
static class |
RealMethod.FromCallable |
static class |
RealMethod.IsIllegal |
Modifier and Type | Field and Description |
---|---|
static RealMethod |
InterceptedInvocation.NO_OP |
private RealMethod |
InterceptedInvocation.realMethod |
Modifier and Type | Method and Description |
---|---|
private static InterceptedInvocation |
DefaultInvocationFactory.createInvocation(java.lang.Object mock,
java.lang.reflect.Method invokedMethod,
java.lang.Object[] arguments,
RealMethod realMethod,
MockCreationSettings settings) |
static InterceptedInvocation |
DefaultInvocationFactory.createInvocation(java.lang.Object mock,
java.lang.reflect.Method invokedMethod,
java.lang.Object[] arguments,
RealMethod realMethod,
MockCreationSettings settings,
Location location) |
private Invocation |
DefaultInvocationFactory.createInvocation(java.lang.Object target,
MockCreationSettings settings,
java.lang.reflect.Method method,
RealMethod superMethod,
java.lang.Object[] args) |
Constructor and Description |
---|
InterceptedInvocation(MockReference<java.lang.Object> mockRef,
MockitoMethod mockitoMethod,
java.lang.Object[] arguments,
RealMethod realMethod,
Location location,
int sequenceNumber) |