what assertion library would you recommend? Assert...
# announcements
m
what assertion library would you recommend? AssertJ or something Kotlin specific?
a
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
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
👍🏾 1
j
Looks like Atrium is multiplatform now too.
a
We're using assertk