Searched refs:ArgumentsProcessor (Results 1 – 14 of 14) sorted by relevance
8 import org.mockito.internal.invocation.ArgumentsProcessor;58 return print(ArgumentsProcessor.argumentsToMatchers(invocation.getArguments()), invocation); in print()
44 this.arguments = ArgumentsProcessor.expandArgs(mockitoMethod, arguments); in InterceptedInvocation()152 … return new PrintSettings().print(ArgumentsProcessor.argumentsToMatchers(getArguments()), this); in toString()
18 public class ArgumentsProcessor { class
8 import static org.mockito.internal.invocation.ArgumentsProcessor.argumentsToMatchers;
6 var processor = new ArgumentsProcessor(args);
8 var processor = new ArgumentsProcessor(args);
32 var processor = new ArgumentsProcessor(args);
165 class ArgumentsProcessor extends BaseArgumentsProcessor { class
692 class ArgumentsProcessor extends BaseArgumentsProcessor { class
844 class ArgumentsProcessor extends BaseArgumentsProcessor { class
1133 class ArgumentsProcessor extends BaseArgumentsProcessor { class
28 var processor = new ArgumentsProcessor(arguments);