I've not done much unit testing with Kotlin yet, b...
# android
m
I've not done much unit testing with Kotlin yet, but in the ones I have done I've avoided the matchers due to that and have gone back to the old
assertEquals()
,
assertNotNull()
, etc.