Open keetron opened 4 years ago
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?
any<String>()
In addition: this is only relevant to overloaded functions (but most readers knew that)
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?