DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 1.0%2B28.gcd665c9-1 / snippets / java-mode / test
12345678
# -*- mode: snippet -*- # name: test # key: test # -- @Test public void test_${1:Case}() { $0 }