https://kotlinlang.org logo
k

Kwabena Berko

05/30/2022, 11:17 AM
Hello! 👋 Is there a way to write parameterised tests with kotlin.test ?
👀 1
j

Jilles van Gurp

05/30/2022, 11:59 AM
use kotest: https://kotest.io/ It works very nicely with kotlin.test and is multiplatform. I mainly use the assertions library that comes with it but it has facilities for parametrized tests as well.
2
🙏 1
k

Kwabena Berko

05/30/2022, 1:20 PM
Awesome. Thanks!
3 Views