/java-mode/Testing/import junit_framework_TestCase;.yasnippet

http://github.com/ridgetang/snippets · Unknown · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · ecfa8e264798523fa8d73eb97bed754a MD5 · raw file

  1. # -*- mode: snippet -*-
  2. # key: imt
  3. # contributor: Translated from TextMate Snippet
  4. # name: import junit.framework.TestCase;
  5. # --
  6. import junit.framework.TestCase;
  7. $0