Is it possible to debug JUnit tests in Eclipse in one click? I know I can use remote attach, but I am interested in running it solely through Eclipse UI in one click.
If I am right clicking on my test class in Eclipse I have the following two options under “Run As”:
- Gradle Test
- JUnit Test
However under “Debug As” there is only “JUnit Test” option and it is not working properly.