ok, about my problem with tests not found, I found...
# intellij
g
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