Is there something similar to JUnit's `ParameterizedTest` in KMP?
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