vscode-kotlin
vscode-kotlin copied to clipboard
I want to run/debug junit test case
Motivation
I realized that I cannot run/debug JUnit test case I wrote in kotlin cannot
It would be convenient if I can run/debug it.
Description
- Be able to run/debug test case written in kotlin when it is opened in vscode
- Be able to see report of the result of test case
- Be able to print message in
Output