shortcut to run concrete test
问题 I can run the whole Junit test using: Shift + Alt + X , T But how I can run a single test? Using the mouse I click on concrete method and Run As -> Junit test anyone know shortcut for this case ? Thanks 回答1: Shift + Alt + X , T runs one test method if the caret is on the method name. 回答2: I find the " Shift - Alt - X " gives me trouble sometimes, sometimes what I think is the last executed command is not always and sometimes I end up running something I did not mean to. Also when doing TDD