Package | Description |
---|---|
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 |
Times.verifyInOrder(VerificationDataInOrder data) |
void |
NoMoreInteractions.verifyInOrder(VerificationDataInOrder data) |
void |
AtLeast.verifyInOrder(VerificationDataInOrder data) |
Modifier and Type | Class and Description |
---|---|
class |
VerificationDataInOrderImpl |
Modifier and Type | Method and Description |
---|---|
void |
VerificationInOrderMode.verifyInOrder(VerificationDataInOrder data) |
Copyright © 2018. All rights reserved.