anyone has any suggestions for assertion library?
# test
p
anyone has any suggestions for assertion library?
b
#kotest assertions?
2
p
ok cool, was also thinking the same 🍻
s
🍺 1
👀 1
e
my main project uses Kluent - I don't think kotest was ready when we started. but it's not a big issue to try out several to see which one you like.
c
i still like truth
mostly because it was the first one that could give me errors that were decipherable. lol
that repo above from ephemient is awesome tho
c
Kotlin-power-assert
c
oh. haven't heard of that one. will chcek it out.