Package | Description |
---|---|
org.mockito.internal.debugging |
Whatever helps in debugging failed tests.
|
org.mockito.internal.invocation |
Invocation machinery and related classes.
|
org.mockito.internal.stubbing |
Stubbing logic.
|
org.mockito.internal.verification |
Verification logic.
|
org.mockito.internal.verification.api |
This package should be open to public once verification API is fully finished.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<InvocationMatcher> |
WarningsFinder.baseAllInvocations |
Modifier and Type | Method and Description |
---|---|
void |
LoggingListener.foundStubCalledWithDifferentArgs(Invocation unused,
InvocationMatcher unstubbed) |
void |
FindingsListener.foundStubCalledWithDifferentArgs(Invocation unused,
InvocationMatcher unstubbed) |
void |
LoggingListener.foundUnstubbed(InvocationMatcher unstubbed) |
void |
FindingsListener.foundUnstubbed(InvocationMatcher unstubbed) |
Constructor and Description |
---|
WarningsFinder(java.util.List<Invocation> unusedStubs,
java.util.List<InvocationMatcher> allInvocations) |
WarningsPrinterImpl(java.util.List<Invocation> unusedStubs,
java.util.List<InvocationMatcher> allInvocations,
boolean warnAboutUnstubbed) |
Modifier and Type | Method and Description |
---|---|
InvocationMatcher |
MatchersBinder.bindMatchers(ArgumentMatcherStorage argumentMatcherStorage,
Invocation invocation) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<InvocationMatcher> |
InvocationMatcher.createFrom(java.util.List<Invocation> invocations) |
Modifier and Type | Class and Description |
---|---|
class |
StubbedInvocationMatcher |
Modifier and Type | Field and Description |
---|---|
private InvocationMatcher |
VerificationDataImpl.wanted |
Modifier and Type | Method and Description |
---|---|
InvocationMatcher |
VerificationDataImpl.getWanted() |
Constructor and Description |
---|
VerificationDataImpl(InvocationContainerImpl invocations,
InvocationMatcher wanted) |
Modifier and Type | Method and Description |
---|---|
InvocationMatcher |
VerificationData.getWanted()
Deprecated.
- This internal method leaks internal class
InvocationMatcher .
Please use VerificationData.getTarget() instead.
Deprecated since 2.2.12 |