Ahmed
10/28/2021, 8:24 AMmethod2
?
I will mock client which is returned using mockito, but how I can write a code, which will expect a call to an internal method of this mock client and return a fake response ?
I am using Mockito and Junit5
thanks in advance