Is there a good/current intellij plugin for autogenerating skeletons for junit tests? I saw on the plugin list there are two versions of JUnitGenerator, but they are pretty old.
No need in plugin. Try 'Go To Test' action (Ctrl+Shift+T or 'Go To' menu, then 'Test'), it suggests to create JUnit test skeleton if test is not present yet.
Hi Frank,
Olds doesn't mean bad :)
Have you tried them?
Regards, Denis
No need in plugin. Try 'Go To Test' action (Ctrl+Shift+T or 'Go To' menu, then 'Test'), it suggests to create JUnit test skeleton if test is not present yet.
Thanks! Go To -> Test is what I'm looking for :)