org.mockito.internal.verification
public class NoMoreInteractions extends Object implements VerificationMode, VerificationInOrderMode
| Constructor and Description |
|---|
NoMoreInteractions() |
| Modifier and Type | Method and Description |
|---|---|
VerificationMode |
description(String description)
Description will be prepended to the assertion error if verification fails.
|
void |
verify(VerificationData data) |
void |
verifyInOrder(VerificationDataInOrder data) |
public void verify(VerificationData data)
verify in interface VerificationModepublic void verifyInOrder(VerificationDataInOrder data)
verifyInOrder in interface VerificationInOrderModepublic VerificationMode description(String description)
VerificationModedescription in interface VerificationModedescription - The custom failure message