9 lines
115 B
Plaintext
9 lines
115 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: test
|
||
|
# key: test
|
||
|
# uuid: test
|
||
|
# --
|
||
|
@Test
|
||
|
public void test_${1:Case}() {
|
||
|
$0
|
||
|
}
|