Join Slack
Powered by
I found KotlinTest and that seems nice (I used Sca...
# getting-started
s
Sean Corfield
11/02/2017, 4:09 AM
I found KotlinTest and that seems nice (I used ScalaTest back when I was doing Scala... about seven years ago).
j
jk
11/02/2017, 8:53 AM
There’s also Spek which also has an intellij plugin
http://spekframework.org/
and a slack channel at
#spek
r
roberto.guerra
11/02/2017, 2:20 PM
I use JUnit, haven’t found the need to use anything else tbh.
s
Sean Corfield
11/02/2017, 3:24 PM
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
dave08
11/03/2017, 6:12 AM
You can try expekt for matchers with Spek, since it doesn't have it's own...
3
Views
Open in Slack
Previous
Next