public class TooManyInvocationsError extends InteractionNotSatisfiedError
Constructor | Description |
---|---|
TooManyInvocationsError(IMockInteraction interaction,
java.util.List<IMockInvocation> acceptedInvocations) |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<IMockInvocation> |
getAcceptedInvocations() |
|
IMockInteraction |
getInteraction() |
|
java.lang.String |
getMessage() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 © 2018. All rights reserved