Join Slack
Powered by
Hi everyone. I was wondering if you could provide ...
# getting-started
b
Bart Kleijngeld
01/26/2022, 2:55 PM
Hi everyone. I was wondering if you could provide me with tips, videos, articles, ..., resources to get started with unit testing in Kotlin. It seems JUnit is the way to go (?) but if someone thinks otherwise I'm very interested. Thanks!
m
Matteo Mirk
01/26/2022, 3:43 PM
https://kotlintesting.com/
Matteo Mirk
01/26/2022, 3:44 PM
also, my preferred choice is
Kotest
over Junit, plus
Mockk
🙌 1
b
Bart Kleijngeld
01/26/2022, 3:48 PM
Oh wow, it supports property based testing. Sounds very good, thanks!
m
Matteo Mirk
01/26/2022, 4:16 PM
you’re welcome, it’s a pleasure 👍
2
Views
Open in Slack
Previous
Next