Hello, when using IDEA and selecting "Run/Debug" f...
# announcements
j
Hello, when using IDEA and selecting "Run/Debug" for single Test function (Junit5) I get option to only run whole test class and not the particular function, this seems to be an issue only with Kotlin. Is this known problem?
I know this has worked before, but I think some IDEA update broke it and I've been updating since without getting it fixed
j
i've just started making smaller test files for this reason.
k
It's a bug, I'll look for the youtrack.
s
Probably it is this bug which is fixed in the next release (1.3.70): https://youtrack.jetbrains.com/issue/KT-33787
👍 1
j
Thanks!