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