mardi 29 mars 2016

Is it possible to change default class name template for junit4 test in Intellij Idea?

We have a name convention for our test classes:


For unit test : TestMyCoolClazz

For integration tests : ITestMyCoolClazz


But whenever Intellij Idea prompts 'Create Test' dialog window, class name is always MyCoolClazzTest. So basically it adds a word 'Test' at the and of a class name.

So can a change it?

enter image description here

Aucun commentaire:

Enregistrer un commentaire