I decided to try out IntelliJ this morning via the trial version and installed the JUnit plugin. I made a new Java project and I want to write a test case for it.
Ho
If you already have test classes you may:
1) Put a cursor on a class declaration and press Alt + Enter. In the dialogue choose JUnit and press Fix. This is a standard way to create test classes in IntelliJ.
2) Alternatively you may add JUnit jars manually (download from site or take from IntelliJ files).