Title
v

Venkatesh-Prasad Ranganath

07/17/2018, 6:08 PM
What’s the recommended way to use kotlin.test or kotlintest in IntelliJ projects?
s

snowe

07/17/2018, 6:18 PM
what do you mean?
v

Venkatesh-Prasad Ranganath

07/17/2018, 6:53 PM
How do you add kotlin.test library to an IntelliJ project to use assertion functions and annotations in tests? Same question about kotlintest.
s

snowe

07/17/2018, 7:07 PM
are you using maven or gradle?
v

Venkatesh-Prasad Ranganath

07/17/2018, 7:35 PM
None. Just IntelliJ.
I am trying to set it all up to run the tests from IntelliJ.
s

snowe

07/17/2018, 8:47 PM
If you aren't using maven or gradle, you'll need to add the kotlin.test jar to the classpath yourself.