When I create a new test class with CTRL + SHIFT + T in IntelliJ (using 13.1.3), the new class has no class JavaDoc.
I do have a template for new Class, and for new Interface, but those do not get used when I create a new test class as described above.
Also, when I go to the new test class's declaration and insert JavaDoc as per /** + ENTER, then my templates aren't used either.
This works in Eclipse, and I am looking to have the same level of convenience in IntelliJ.
Any way to make this work?