Mattia Tommasone
Mattia Tommasone
`answers` can indeed be used in cases like this, when you want to calculate the return value at runtime, even if it doesn't necessarily depend on the call arguments. `returns`...
Looking at the error description, this seems to be a network configuration issue. Can you make sure that your application can indeed connect to the proxy server you specified at...
It's not required unless you have, indeed, a proxy server running at localhost:4500. You can leave it empty if you don't.
Still seems to be a network issue. Can you please make sure you can resolve the DNS entry for googleads.googleapis.com from the machine you're running your application on?
I think you can achieve the same behavior by doing `verify { myMock.doSomething(not(isNull())) }`.
I don't think the library should provide more than one way to obtain the same behavior, as it would introduce ambiguity.
And released in v1.14.3. Thanks @WhosNickDoglio !
Nice! Can you please add test coverage?
Not worked on by anyone AFAIK, go ahead!
Just released v1.14.5! 🎉