Searched refs:CapturesArguments (Results 1 – 3 of 3) sorted by relevance
19 import org.mockito.internal.matchers.CapturesArguments;140 if (matcher instanceof CapturesArguments) { in captureArgument()141 ((CapturesArguments) matcher).captureFrom(argument); in captureArgument()
8 public interface CapturesArguments { interface
19 public class CapturingMatcher<T> implements ArgumentMatcher<T>, CapturesArguments, VarargMatcher, S…