Class ActiveInvocations

java.lang.Object
mockit.internal.expectations.ActiveInvocations

public final class ActiveInvocations extends Object
  • Method Details

    • anyString

      public static void anyString()
    • anyBoolean

      public static void anyBoolean()
    • anyChar

      public static void anyChar()
    • anyByte

      public static void anyByte()
    • anyShort

      public static void anyShort()
    • anyInt

      public static void anyInt()
    • anyFloat

      public static void anyFloat()
    • anyLong

      public static void anyLong()
    • anyDouble

      public static void anyDouble()
    • any

      public static void any()
    • moveArgMatcher

      public static void moveArgMatcher(@org.checkerframework.checker.index.qual.NonNegative int originalMatcherIndex, @org.checkerframework.checker.index.qual.NonNegative int toIndex)
    • setExpectedArgumentType

      public static void setExpectedArgumentType(@org.checkerframework.checker.index.qual.NonNegative int parameterIndex, @NonNull String typeDesc)
    • setExpectedArgumentType

      public static void setExpectedArgumentType(@org.checkerframework.checker.index.qual.NonNegative int parameterIndex, int varIndex)
    • matchedArgument

      @Nullable public static Object matchedArgument(@org.checkerframework.checker.index.qual.NonNegative int parameterIndex, @Nullable String argTypeDesc)
    • addResult

      public static void addResult(@Nullable Object result)
    • times

      public static void times(int n)
    • minTimes

      public static void minTimes(int n)
    • maxTimes

      public static void maxTimes(int n)
    • endInvocations

      public static void endInvocations()