Package org.mockito.internal.matchers
Interface VarargMatcher
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
Any,CapturingMatcher,InstanceOf.VarArgAware
public interface VarargMatcher extends java.io.SerializableInternal interface that informs Mockito that the matcher is intended to capture varargs. This information is needed when mockito collects the arguments.