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() |
toString
public 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.Throwable
Copyright © 2017. All rights reserved