Package | Description |
---|---|
org.mockito.internal.invocation |
Invocation and related classes.
|
org.mockito.internal.reporting |
Deals with nicely printing verification errors
|
org.mockito.internal.stubbing |
Stubbing logic.
|
Modifier and Type | Class and Description |
---|---|
class |
Invocation
Method call on a mock object.
|
class |
InvocationMatcher |
Constructor and Description |
---|
SmartPrinter(PrintingFriendlyInvocation wanted,
PrintingFriendlyInvocation actual,
Integer... indexesOfMatchersToBeDescribedWithExtraTypeInfo) |
Modifier and Type | Class and Description |
---|---|
class |
StubbedInvocationMatcher |
Copyright © 2018. All rights reserved.