<https://github.com/rozkminiacz/KotlinUnitTesting>...
# feed
j
https://github.com/rozkminiacz/KotlinUnitTesting Hi guys! I just wrote down few samples of popular testing frameworks - and how to use them in Kotlin. In each module you will find parameterized and regular test, and Gradle configuration for specific testing tool.
👍 3
c
No TestNG? o_O
👆 3
j
Those are frameworks I am used to - feel free to submit TestNG in PR!
a
Do you have favorites? I liked KotlinTest most for its completness and good use of Kotlin features, but I had trouble using it with Junit4 and Junit5 had trouble running with Android
j
I think my favorite is Spek - I use it in all personal projects. It nicely support test nesting and is highly customizable.