Easier than "Right Click on Project -> Run As -> JUnit Test"? As you want, it is associated with a keystroke (because it probably is). Lemme Check - Yes, alt-shift-X, then "T". Easy?
There is also a / show view / other / java / JUnit window that will give you the junit launcher in the window. Then you can just click the "Test Tests" button and run all the tests in your project / section.
Ctrl-shift-L is great for figuring out key bindings if you get to know eclipse.
Also, get VERY familiar with ctrl-space, just click it whenever you type in the middle of something (seriously, try with everything!) Also enter "sysout [ctrl-space]"
source share