mockito / mockito-kotlin

Using Mockito with Kotlin
MIT License
3.11k stars 202 forks source link

anyInt(), anyString(), etc #370

Open keetron opened 4 years ago

keetron commented 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?

keetron commented 4 years ago

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