what assertion library would you recommend? AssertJ or something Kotlin specific?
a
Animesh Sahu
10/28/2020, 10:18 AM
I like this one https://kotest.io/assertions most are DSL assertions, easy and clean to read :^) And magnitude of matchers are alot https://kotest.io/matchers/core all (or most) being extensions make it easy to auto-complete by pressing a dot after the object.
👍 3
c
Casey Brooks
10/28/2020, 2:32 PM
Kotest is good, and it’s the only one I know of that’s multiplatform. For JVM only, I really like Strikt https://strikt.io/, and Atrium looks similar to Strikt but I haven’t used that one much https://github.com/robstoll/atrium