Class MissingInvocation

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

public final class MissingInvocation extends Error
Thrown to indicate that one or more expected invocations still had not occurred by the end of the test.
See Also:
  • Constructor Details

    • MissingInvocation

      public MissingInvocation(@NonNull String detailMessage)
  • Method Details