Generally the ArgumentCaptor solves almost all the...
# android
m
Generally the ArgumentCaptor solves almost all these problems ...the only place where it doesn't work ..at least for me is when you declare your method in java with: (String...args) and Kotlin translates this method to (vararg String args) ....in this situation for me the normal ArgumentCaptor does not work