2 public static void main (String [] args)
26 catch(${1:Exception} ${2:e}) ${3}
56 for (${1}; ${2}; ${3}) ${4}
58 for (${1} : ${2}) ${3}
66 public class ${1:`Filename()`} extends ${2:TestCase}
68 public void test${1:Name}() throws Exception ${2}
70 class ${1:`Filename("", "untitled")`} ${2}
72 interface ${1:`Filename("", "untitled")`} ${2:extends Parent}${3}
74 ${1:void} ${2:method}(${3}) ${4:throws }${5}
76 ${1:String} ${2:var}${3: = null}${4};${5}
78 static public final ${1:String} ${2:var} = ${3};${4}
80 static public final String ${1:var} = "${2}";${3}
82 assert ${1:test} : "${2:Failure message}";${3}
86 } catch(${1:Exception} ${2:e}) {
91 } catch(${1:Exception} ${2:e}) {
95 ResultSet ${1:rst}${2: = null}${3};${4}