https://kotlinlang.org logo
g

gaspard

01/09/2018, 11:02 AM
ok, about my problem with tests not found, I found the solution : In Kotlin, we can have classname / filename with space in it, with backtick ` like
some class name
.kt and these are not found by junit runner, but all the other basic camelcase / snakecase without space are found