to add parameterized tests
# multiplatform
x
to add parameterized tests
g
I’m not 100% sure, but as I understand kotlin.test for multiplatform is very simple test framework, and doesn’t support parameterized tests
It’s not 1:1 replacement for Junit, but I think you can create a feature request about parameterized tests
x
yes, indeed. It's very simple. Actually, I think I'll create the annotation and PR it 🙂
g
But you should also provide support for Kotlin JS and Kotlins Native