public class TooManyInvocationsError extends InteractionNotSatisfiedError
| Constructor and Description |
|---|
TooManyInvocationsError(IMockInteraction interaction,
java.util.List<IMockInvocation> acceptedInvocations) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IMockInvocation> |
getAcceptedInvocations() |
IMockInteraction |
getInteraction() |
java.lang.String |
getMessage() |
toStringpublic TooManyInvocationsError(IMockInteraction interaction, java.util.List<IMockInvocation> acceptedInvocations)
public IMockInteraction getInteraction()
public java.util.List<IMockInvocation> getAcceptedInvocations()
public java.lang.String getMessage()
getMessage in class java.lang.ThrowableCopyright © 2015. All rights reserved