Adam Bien's Weblog
Useful NetBeans Shortcuts--Go to JUnit Test
Use Shift+Cmd+T (or Alt+Cmd+T for current daily builds) to switch between the production class and the related unit test.
If it doesn't work, you probably forgot to write a test (it happens sometimes :-))
See you at Java EE Workshops at MUC Airport (March 25th-28th)!
Posted at 12:13PM Dec 20, 2012 by Adam Bien in Real World Java EE Patterns - Rethinking Best Practices | Comments[1] | Views/Hits: 2344
NEW Workshop: "JPA, NoSQL, Caching, Grids and Distributed Caches with Java EE 7", May 7th, 2013, Airport Munich
A book about rethinking Java EE Patterns
Tweet Follow @AdamBien

On Linux (and also on Windows I think) the shortcut is Ctrl+Shift+T :)
Posted by Florian on December 20, 2012 at 12:32 PM CET #