artem_zin
Action1
fun test() { val subj = mock(Action1<String>()::class.java) foo({ subj.call(it) }) verify(subj).call(expectedArg) }