Hello all!!
I have one question about TDD on Kotlin, in my case, in java, my stack to do TDD is jUnit + Mockito, and Rest-assured when have to test Rest services.
In case of kotlin, is a good aproach this stack or are better other test framework?
a
araqnid
01/13/2018, 8:35 PM
the same approaches should work just fine — although note with Kotlin, classes are final by default so using Mockito to mock classes can be problematic