Steps:
- Install intellij idea (17.1.1)
- install moreunit plugin from repositories (1.0.6)
- write a java class (no test class)
- select goto -> jump to test
On first attempt, it shows a popup on class name saying that no test class was found. Then on there is no popup. Neither is there a dialog asking to create a new test; similar to how in Eclipse plugin does. It is preferable to have the generator called because the built in test generator in Idea does not support JMockit mocking of autowired dependencies and you have to do it manually.