JUnitGenerator installs but doesn't show itself
Hello all,
I am currently trialling intellij. I have been trying to generate junit tests. I was a bit disappointed that a wizard isn't available for creating tests out of the box. I have installed the JUnitGenerator from the plugins list, restarted Intellij and the expected menu item doesn't appear. The plugin manager lists JUnitGenerator as being installed.
Am I getting this wrong or isn't it working. I assumed that it would appear on the new menu with the class interface etc.
Cheers,
Jack
请先登录再写评论。
Try alt+Insert, you should see JUnit in the pull down menu
Make sure you go into your File->Settings->JUnit Generator and set up your Velocity Template and Output pattern to suit your preferences.
Good luck