First commit.
This commit is contained in:
13
snippets/java-mode/testClass
Normal file
13
snippets/java-mode/testClass
Normal file
@ -0,0 +1,13 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: testClass
|
||||
# key: tc
|
||||
# uuid: tc
|
||||
# --
|
||||
import junit.framework.*;
|
||||
import junit.textui.*;
|
||||
|
||||
public class Test${1:Class} extends TestCase {
|
||||
protected void setUp() {
|
||||
$0
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user