KotlinTest is open-source testing framework for Kotlin
The kotlintest tests run perfectly fine when started from Intellij, but when I try to run them with the gradle …
junit kotlin build.gradle junit-runner kotlintestI am converting some tests from Java to Kotlin. For Java tests I use AssertJ library which is very powerful …
kotlin assertions kotlintest