and a more basic question, what do people use for ...
# getting-started
p
and a more basic question, what do people use for unit testing?
n
pmckenzie: I prefer KotlinTest
n
TestNG
p
ah yes, thanks, KotlinTest looks like scalatest, which I have used quite a lot
r
JUnit
I don’t like learning testing frameworks. They just get in the way. 🙂
c
They get in the way of bad code
p
also checkout Kluent
p
thanks everyone, going to go with kotlintest, although intellij doesn’t seem to be able to automatically create a test (2017.2 CE)
n
do you mean generating a test for a class intention action? do you use it with Junit?
p
shift-cmd-t allows me to create a junit test class, but not a kotlintest class
n
p
@nicolay.mitropolsky thanks