8 lines
No EOL
102 B
Text
8 lines
No EOL
102 B
Text
# -*- mode: snippet -*-
|
|
# name: test
|
|
# key: test
|
|
# --
|
|
@Test
|
|
public void test_${1:Case}() {
|
|
$0
|
|
} |