public class TooManyInvocationsError extends InteractionNotSatisfiedError
| Constructor and Description |
|---|
TooManyInvocationsError(IMockInteraction interaction,
List<IMockInvocation> acceptedInvocations) |
| Modifier and Type | Method and Description |
|---|---|
List<IMockInvocation> |
getAcceptedInvocations() |
IMockInteraction |
getInteraction() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic TooManyInvocationsError(IMockInteraction interaction, List<IMockInvocation> acceptedInvocations)
public IMockInteraction getInteraction()
public List<IMockInvocation> getAcceptedInvocations()
public String getMessage()
getMessage in class Throwable