반응형
위치
File > Settings > Editor > Live Templates
- 💡Create New Group 생성하거나 기존 Group에 Live Template 추가
템플릿 지정
Applicable in Java: declaration 적용
// Junit test for
@Test
public void given_when_then() throws Exception {
// given - precondition or setup
$END$
// when - action or the behaviour that we are going test
// then - verify the output
}
참고 사이트
'기타' 카테고리의 다른 글
putty 한글 깨짐 해결 (0) | 2020.10.07 |
---|---|
vi 명령어 정리 (0) | 2020.09.02 |
[Eclipse(이클립스)] 실행 오류 (0) | 2020.08.11 |
[Eclipse(이클립스)] 단축키 충돌 수정 (0) | 2020.07.28 |
[방통대] MS Office 365 학생 비밀번호 찾기 (1) | 2020.07.22 |
댓글