/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

  1. # -*- mode: snippet -*-
  2. # key: t
  3. # contributor: Translated from TextMate Snippet
  4. # name: test
  5. # --
  6. public void test${1:Name}() throws Exception {
  7. $0
  8. }