Searched refs:argumentsToMatchers (Results 1 – 4 of 4) sorted by relevance
8 import static org.mockito.internal.invocation.ArgumentsProcessor.argumentsToMatchers;39 this.matchers = (List) argumentsToMatchers(invocation.getArguments()); in InvocationMatcher()
54 public static List<ArgumentMatcher> argumentsToMatchers(Object[] arguments) { in argumentsToMatchers() method in ArgumentsProcessor
152 … return new PrintSettings().print(ArgumentsProcessor.argumentsToMatchers(getArguments()), this); in toString()
58 return print(ArgumentsProcessor.argumentsToMatchers(invocation.getArguments()), invocation); in print()