what is everybody’s favorite assertion lib?
# spek
c
what is everybody’s favorite assertion lib?
r
#atrium (I am the author)
j
I use AssertJ
I didn’t know about Atrium, I’ll check it out 😄
👍 1
m
kluent
Although I have to say, having never seen atrium before, it’s looking pretty good 🙂
c
atrium looks nice
r
I don’t hate AssertJ. Kinda like Hamkrest but it’s annoying to use for complex assertions. Didn’t know about Atrium but interested to look at it.
oh, I had seen it when it was still called AssertK
ha, I was actually trying to write something very similar not so long ago (although just delegating to AssertJ). Looks cool.
The error reporting looks very neat. That’s the thing I really miss from Spock.
r
It was only called assertK in the very beginning (version 0.1.0 and 0.2.0) there is another AssertK around now as far as I know
r
kotlin-test 🙄
d
Was using kluent, but I also didn't know about atrium... Looks really good...