Hi, It is any possibility to do Parameterized Tes...
# kotlin-native
m
Hi, It is any possibility to do Parameterized Tests in kotlin-test?
g
I don’t think it’s supported, kotlin-test has very basic features
m
#kotest maybe is an option 🤔
g
Kotest has very different style of test comparing to Junit-like kotlin-test, spec-like test even don’t require Parameterized Tests, style itself allows this