Keyboard shortcut to switch between test and class in eclipse?
Lets say you create a class Foo
and a test FooTest
( standard JUnit test )
I want a k开发者_如何学JAVAeyboard shortcut to help quickly switch between the test and the class.
If that is not possible, something like TextMate's "Run focussed test" (Command + Shift + R) might be of great help.
You can also use moreunit. I just installed it and it works fine, allowing to switch between source class and test class and also to run test class being in source class editor.
There isn't a built in one, but there's a plug-in called "Switcher" which will allow you to do that, here
精彩评论