| Package | Description |
|---|---|
| org.mockito.exceptions |
Exception messages, exception hierarchies.
|
| org.mockito.internal.verification.checkers |
verification checkers
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Discrepancy |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Reporter.tooLittleActualInvocations(Discrepancy discrepancy,
DescribedInvocation wanted,
Location lastActualLocation) |
|
void |
Reporter.tooLittleActualInvocationsInOrder(Discrepancy discrepancy,
DescribedInvocation wanted,
Location lastActualLocation) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AtLeastDiscrepancy |