yasnippet-snippets/snippets/java-mode/test
2017-08-13 12:16:55 +01:00

8 lines
No EOL
102 B
Text

# -*- mode: snippet -*-
# name: test
# key: test
# --
@Test
public void test_${1:Case}() {
$0
}