124125126127128129130
expectation.setMethodMatcher(methodMatcher); return this; } public ParametersClause method(String nameRegex) { return method(new MethodNameMatcher(nameRegex)); }
118119120121122123124