| 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 | 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(List<Invocation> unusedStubs,
List<InvocationMatcher> allInvocations) |
WarningsPrinterImpl(List<Invocation> unusedStubs,
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 List<InvocationMatcher> |
InvocationMatcher.createFrom(List<Invocation> invocations) |
| Modifier and Type | Class and Description |
|---|---|
class |
StubbedInvocationMatcher |
| 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 |
Copyright © 2024. All rights reserved.