First commit.
This commit is contained in:
9
snippets/java-mode/test
Normal file
9
snippets/java-mode/test
Normal file
@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: test
|
||||
# key: test
|
||||
# uuid: test
|
||||
# --
|
||||
@Test
|
||||
public void test_${1:Case}() {
|
||||
$0
|
||||
}
|
Reference in New Issue
Block a user