Is there something similar to JUnit's `Parameteriz...
# multiplatform
a
Is there something similar to JUnit's
ParameterizedTest
in KMP?
🚫 5
a
Yep just saw that, thanks 🙏
c
Multiple people have tried to solve this, you may be interested in: • #kotest (stable, the most popular) • https://gitlab.com/opensavvy/prepared (experimental, the one being discussed in the ticket above) • #parameterize (experimental)
👀 2