1 2 3 4 5 6 7 8
# -*- mode: snippet -*- # name: test # key: test # -- @Test public void test_${1:Case}() { $0 }