I found KotlinTest and that seems nice (I used Sca...
# getting-started
s
I found KotlinTest and that seems nice (I used ScalaTest back when I was doing Scala... about seven years ago).
j
There’s also Spek which also has an intellij plugin http://spekframework.org/ and a slack channel at #spek
r
I use JUnit, haven’t found the need to use anything else tbh.
s
Thanks. I'll take a look at Spek too. I don't like plain xUnit assert-style tests and I'm more used to BDD "wording" in my tests.
d
You can try expekt for matchers with Spek, since it doesn't have it's own...