Thanks for eclipse plugin which promotes my development efficiency! There’re several test cases in one junt test class. Generally we develop test case one by one. But there’s no shortcut menu in ‘Outline’ of junit test classes. It’s expected to provide shortcut menu in ‘Outline’ for kotlin junit class just like java.
Hello!
Sorry for the delay. Indeed, currently there is no such functionality in the Eclipse plugin: https://youtrack.jetbrains.com/issue/KT-18984
Feel free to fix it
Good idea! I will fork from github and try to implement this feature - add shortcut menu ‘Run as Junit test’ in ‘Outline’ for kotlin unit tests. I have developed java projects for years, but I am a newbie on eclipse-plugin development.