Searched refs:ArgumentMatcherStorage (Results 1 – 6 of 6) sorted by relevance
17 import org.mockito.internal.progress.ArgumentMatcherStorage;23 …public InvocationMatcher bindMatchers(ArgumentMatcherStorage argumentMatcherStorage, Invocation in… in bindMatchers()
30 private final ArgumentMatcherStorage argumentMatcherStorage = new ArgumentMatcherStorageImpl();143 public ArgumentMatcherStorage getArgumentMatcherStorage() {
13 public interface ArgumentMatcherStorage { interface
42 ArgumentMatcherStorage getArgumentMatcherStorage(); in getArgumentMatcherStorage()
21 public class ArgumentMatcherStorageImpl implements ArgumentMatcherStorage {
17 import org.mockito.internal.progress.ArgumentMatcherStorage;52 …public InvocationMatcher bindMatchers(ArgumentMatcherStorage argumentMatcherStorage, Invocation in… in should_remove_verification_mode_even_when_invalid_matchers()