Class InvocationArguments

java.lang.Object
mockit.internal.expectations.invocation.InvocationArguments

public final class InvocationArguments extends Object
  • Method Details

    • getValues

      @NonNull public Object[] getValues()
    • setValuesWithNoMatchers

      public void setValuesWithNoMatchers(@NonNull Object[] argsToVerify)
    • setValuesAndMatchers

      public void setValuesAndMatchers(@NonNull Object[] argsToVerify, @Nullable List<ArgumentMatcher<?>> matchers)
    • getMatchers

      @Nullable public List<ArgumentMatcher<?>> getMatchers()
    • setMatchers

      public void setMatchers(@Nullable List<ArgumentMatcher<?>> matchers)
    • prepareForVerification

      @NonNull public Object[] prepareForVerification(@NonNull Object[] argsToVerify, @Nullable List<ArgumentMatcher<?>> matchers)
    • isMatch

      public boolean isMatch(@NonNull Object[] replayArgs, @NonNull Map<Object,Object> instanceMap)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hasEquivalentMatchers

      public boolean hasEquivalentMatchers(@NonNull InvocationArguments other)