Class UnexpectedInvocation

java.lang.Object
java.lang.Throwable
java.lang.Error
mockit.internal.expectations.invocation.UnexpectedInvocation
All Implemented Interfaces:
Serializable

public final class UnexpectedInvocation extends Error
Thrown to indicate that one or more unexpected invocations occurred during the test.
See Also:
  • Constructor Details

    • UnexpectedInvocation

      public UnexpectedInvocation(@NonNull String detailMessage)
  • Method Details