mockito-kotlin icon indicating copy to clipboard operation
mockito-kotlin copied to clipboard

anyInt(), anyString(), etc

Open keetron opened this issue 5 years ago • 1 comments

These are not wrapped, I can use them as intended but I have to use any<String>(). There must be a reason for this I am unaware of (not putting them in MockitoKotlin), I am curious why. Do you need a PR?

keetron avatar Jan 08 '20 09:01 keetron

In addition: this is only relevant to overloaded functions (but most readers knew that)

keetron avatar Jan 15 '20 10:01 keetron