Class TooManyInvocationsError

  • All Implemented Interfaces:
    java.io.Serializable

    public class TooManyInvocationsError
    extends InteractionNotSatisfiedError
    Thrown to indicate that a mandatory interaction matched too many invocations.
    Author:
    Peter Niederwieser
    See Also:
    Serialized Form
    • Method Detail

      • getAcceptedInvocations

        public java.util.List<IMockInvocation> getAcceptedInvocations()
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable