The Galileo version of Eclipse doesn’t ship with a default keybinding for creating a unit test for the current class, but you can add one easily enough. Navigate to Preferences > General > Keys, and search for “junit test case”:

Click the “Binding” field, hit the keystroke (I used shift-control-option-command-t), and click Apply.
I haven’t found a way to jump to the referring test for a given class, though. IDEA’s JUnit plugin had that and I miss it. :-\
Related posts:
- IDEA versus Eclipse
IDEA has been giving me grief lately. Fed up with mysterious pauses, bugs in svn moves, and crashes even after performing cache-deletion voodoo in IDE, I’m back to trying Eclipse....... - Simple Log4J eclipse template
Do you use eclipse and log4j? Do you have a template to add a static Logger instance in classes? Do you have to manually add the import? HA! NO MORE!...... - Simple spring integration testing
Spring has had a really nice unit test framework available for a while now, but the documentation can be a bit daunting. Here’s a super-simple example of adding dependency injection...... - Tricks with Safari on the iPhone
If you click the time bar at the top of the screen, safari will quickly scroll to the top of the frame where the location field is, set the focus......