Eclipse: bind some key for all unit tests
问题 I practice TDD and run my tests very often. Eclipse has a nice command to run the last-launched configuration. But when I invoke the command in some unit test class, Eclipse runs only the tests for current unit test class. I want run all my unit tests instead. Yes, I can use the mouse to invoke the command that runs all JUnit tests, but, to repeat: I run tests very often. 回答1: You need to change eclipse's run mode. By default, it will try to run whatever is selected or being edited. You want