Initial commit.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: test
|
||||
# key: test
|
||||
# --
|
||||
@Test
|
||||
public void test_${1:Case}() {
|
||||
$0
|
||||
}
|
Reference in New Issue
Block a user