Есть ли способ издеваться примерно так:
when(mock.methodCall(Class::gettter)).willReturn(...)
when(mock.methodCall(Class::gettter2)).willReturn(...)
Заголовок для methodCall
methodCall(Function<Class, String> function)
Когда я использую ArgumentMatchers.eq(...)
, mock не возвращает значение из willReturn