[IntelliJ] Live Template 생성 - dnd-side-project/dnd-11th-5-backend GitHub Wiki

  • IntelliJSettingsLive Templates 에서 다음과 같이 등록한다.

image

  • template text (예시)
@org.junit.jupiter.api.DisplayName("")
@org.junit.jupiter.api.Test
void test()  {
  // given
 
  // when
  
  // then
}