matchers!(на строчку с any())
runBlocking {
doAnswer {
Unit
}.`when`(repository)
.insert(any())
}
when(repo.insert(any())).thenReturn(funny())
Обсуждают сегодня