Interface VarargMatcher

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    Any, CapturingMatcher, InstanceOf.VarArgAware

    public interface VarargMatcher
    extends java.io.Serializable
    Internal interface that informs Mockito that the matcher is intended to capture varargs. This information is needed when mockito collects the arguments.