Just a quick survey, what library do you use for u...
# announcements
e
Just a quick survey, what library do you use for unit test? Plane old jUnit or anything else?
c
Spock
j
I still use Junit
3
n
I use kotlin.test, run with JUnit on the JVM and QUnit on JS
n
TestNG
g
Junit, plan to use Spek in the future
c
junit with junit-toolbox to run it multithreaded
h
JUnit 5
m
We use Spek and Kluent
b
Junit 5 and Assertj as I’m a former Java programmer but also starting to look at Kotlin flavours like Spek or Kluent
j
Spek looks interesting, busy playing with it now
I'm using Spek now with Junit engine, it's awesome!
e
That's nice, I tried Spek before but can't get it running with a android project