mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
junit 4 naming conventions (IDEA-147083)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@org.junit.Test
|
||||
public void test${NAME}() throws Exception {
|
||||
public void ${NAME}() throws Exception {
|
||||
${BODY}
|
||||
}
|
||||
Reference in New Issue
Block a user