summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/java-mode/test
blob: a37d115b24366a19a99578033388823e08339b72 (plain)
1
2
3
4
5
6
7
8
# -*- mode: snippet -*-
# name: test
# key: test
# --
@Test
public void test_${1:Case}() {
       $0
}