/java-mode/Testing/test.yasnippet
http://github.com/ridgetang/snippets · Unknown · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 4a74c6950c6c093341dd2fd07d0a78ea MD5 · raw file
- # -*- mode: snippet -*-
- # key: t
- # contributor: Translated from TextMate Snippet
- # name: test
- # --
- public void test${1:Name}() throws Exception {
- $0
- }