https://kotlinlang.org logo
#test
Title
# test
h

hastebrot

06/13/2018, 10:48 PM
Kotlin 1.2.50 now provides a
org.jetbrains.kotlin:kotlin-test-junit5:1.2.50
dependency for JUnit 5.
👍 2
🔥 1
g

ghedeon

06/14/2018, 10:34 AM
could you elaborate what benefits does it bring?
👍 2
i

ianbrandt

06/25/2018, 3:47 AM
It enables multi-platform testing by abstracting away the test framework annotations and assertions: http://kotlinlang.org/docs/reference/multiplatform.html#multiplatform-tests http://kotlinlang.org/api/latest/kotlin.test/index.html
7 Views