Skip to content

Instantly share code, notes, and snippets.

@fombico
Last active April 22, 2019 15:19
Show Gist options
  • Save fombico/4479926d602914ac7d266845e88fd380 to your computer and use it in GitHub Desktop.
Save fombico/4479926d602914ac7d266845e88fd380 to your computer and use it in GitHub Desktop.
[Spring] - JUnit4 Test Class - File and Code Templates > Code > JUnit4 Test Class
import org.junit.runner.RunWith;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
#parse("File Header.java")
public class ${NAME} {
${BODY}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment