Ctrl+P
Quick creation of Java unit test file
package com.dengdai68; import org.junit.Before; import org.junit.Test; public class Test { @Before public void setUp() { } @Test public void test() { } }