Hi, there is a nice collection of good practices w...
# announcements
c
Hi, there is a nice collection of good practices when writing tests in kotlin, I specifically was excited about Parameterized tests part. But in IntelliJ I see only
this should pass(TestData)[1]
, not the beautiful toString result of the TestData data class like it's shown in the guide: https://phauer.com/2018/best-practices-unit-testing-kotlin/#data-classes-for-parameterized-tests Does anyone have an idea, why is junit not printing contets of TestData? I have implemented the test exactly as in the guide.
Ugh, seems to be a gradle issue gradle doesn't care to fix 😞 https://github.com/gradle/gradle/issues/5975
n
you gotta love gradle 🤣