8 lines
102 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: test
# key: test
# --
@Test
public void test_${1:Case}() {
$0
}