What assertion framework are you guys using with s...
# spek
b
What assertion framework are you guys using with spek?
r
You have a few options: - https://strikt.io/ (JVM only) - https://github.com/robstoll/atrium (mpp) - assertions provided by
kotlin-test
(mpp)
m
t
strikt.io works on Android, I'm using it for my project.
b
kotlin-test is sufficient for my needs
p