Interface VarargMatcher

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

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