junit 4 naming conventions (IDEA-147083)

This commit is contained in:
Anna Kozlova
2015-11-03 17:10:58 +01:00
parent 11c62e51e5
commit d4f0daa29a
@@ -1,4 +1,4 @@
@org.junit.Test
public void test${NAME}() throws Exception {
public void ${NAME}() throws Exception {
${BODY}
}