IntelliJ has excellent testing support . When you open a Java test in the editor, there will be a play icon next to your test class and individual methods. Click it and you’ll get the option to run, debug, run with coverage, or edit the configuration. I use this support a lot to run and debug individual tests.
Why IntelliJ is best for Java?
IntelliJ has excellent testing support . When you open a Java test in the editor, there will be a play icon next to your test class and individual methods. Click it and you’ll get the option to run, debug, run with coverage, or edit the configuration. I use this support a lot to run and debug individual tests.