From d4f0daa29a01d54861d504a0e3c560ccdf637c8c Mon Sep 17 00:00:00 2001 From: Anna Kozlova Date: Tue, 3 Nov 2015 10:12:37 +0100 Subject: [PATCH] junit 4 naming conventions (IDEA-147083) --- plugins/junit/src/fileTemplates/code/JUnit4 Test Method.java.ft | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/junit/src/fileTemplates/code/JUnit4 Test Method.java.ft b/plugins/junit/src/fileTemplates/code/JUnit4 Test Method.java.ft index f104337995b7..f8ea44e70767 100644 --- a/plugins/junit/src/fileTemplates/code/JUnit4 Test Method.java.ft +++ b/plugins/junit/src/fileTemplates/code/JUnit4 Test Method.java.ft @@ -1,4 +1,4 @@ @org.junit.Test -public void test${NAME}() throws Exception { +public void ${NAME}() throws Exception { ${BODY} } \ No newline at end of file