Join Slack
Powered by
What assertion framework are you guys using with s...
# spek
b
Big Chungus
09/25/2019, 10:50 AM
What assertion framework are you guys using with spek?
r
raniejade
09/25/2019, 11:11 AM
You have a few options: -
https://strikt.io/
(JVM only) -
https://github.com/robstoll/atrium
(mpp) - assertions provided by
kotlin-test
(mpp)
m
mmaillot
09/25/2019, 12:15 PM
assertK ->
https://github.com/willowtreeapps/assertk
t
thanh
09/25/2019, 2:29 PM
strikt.io
works on Android, I'm using it for my project.
b
Big Chungus
09/25/2019, 2:29 PM
kotlin-test is sufficient for my needs
p
PabloCasia
09/30/2019, 5:02 AM
https://github.com/MarkusAmshove/Kluent
2
Views
Open in Slack
Previous
Next