Hello! Someone can tell me what are most powerfull...
# android
j
Hello! Someone can tell me what are most powerfull and newest test libraries for kotlin??
a
You can use github.com/kotest/kotest for assertions and github.com/mockk/mockk for mocking. However you can find other libraries on https://kotlin.link/
e
Besides what Ali said, there's also this website that has many resources. Here the ones tagged 'test' https://www.kotlinresources.com/tag/test/
j
Thanks!!