Package | Description |
---|---|
org.mockito.internal.creation |
Mock object creation.
|
org.mockito.internal.creation.bytebuddy |
ByteBuddy related stuff.
|
org.mockito.internal.debugging |
Whatever helps in debugging failed tests.
|
org.mockito.internal.handler | |
org.mockito.internal.invocation |
Invocation machinery and related classes.
|
org.mockito.internal.stubbing |
Stubbing logic.
|
org.mockito.internal.stubbing.answers |
Answers for stubbed calls.
|
org.mockito.internal.verification |
Verification logic.
|
org.mockito.internal.verification.api |
This package should be open to public once verification API is fully finished.
|
Class and Description |
---|
AbstractAwareMethod |
MockitoMethod |
Class and Description |
---|
RealMethod
Interface that wraps a 'real' method of the mock object.
|
SerializableMethod |
Class and Description |
---|
InvocationMatcher
In addition to all content of the invocation, the invocation matcher contains the argument matchers.
|
UnusedStubsFinder
Deprecated.
|
Class and Description |
---|
MatchersBinder |
Class and Description |
---|
AbstractAwareMethod |
ArgumentMatcherAction |
InterceptedInvocation |
InvocationMatcher
In addition to all content of the invocation, the invocation matcher contains the argument matchers.
|
MatcherApplicationStrategy |
MatcherApplicationStrategy.MatcherApplicationType |
MockitoMethod |
RealMethod
Interface that wraps a 'real' method of the mock object.
|
RealMethod.FromBehavior |
RealMethod.IsIllegal |
Class and Description |
---|
InvocationComparator
Compares invocations based on the sequence number
|
InvocationMatcher
In addition to all content of the invocation, the invocation matcher contains the argument matchers.
|
Class and Description |
---|
AbstractAwareMethod |
Class and Description |
---|
InvocationMatcher
In addition to all content of the invocation, the invocation matcher contains the argument matchers.
|
Class and Description |
---|
InvocationMatcher
In addition to all content of the invocation, the invocation matcher contains the argument matchers.
|