Running unit tests right click context item not visible with IntelliJ 12
Just had the same issue in a maven project - I had forgotten to mark the test class as public which resolved it immediately.
The solution which worked for me, is as follows...
Right click on the test folder------>Mark Directory AS------>select Test Source