블로그 이미지
암초보

calendar

1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31

Notice

Tag

12-30 03:43
2011. 10. 5. 01:16 프로그래밍/TDD
Preferences - Java - Editor - Templates 에 등록 후 사용,
테스트 코드 작성 완료 후 Organize import(Crtl+Shit+O) 로 정리

import static org.hamcrest.CoreMatchers.*;
import static org.junit.Assert.*;
import static org.junit.matchers.JUnitMatchers.*;
import static org.mockito.Matchers.*;
import static org.mockito.Mockito.*;

'프로그래밍 > TDD' 카테고리의 다른 글

F.I.R.S.T  (0) 2015.01.20
테스트는 왜....  (0) 2015.01.20
특정 테스트 메소드만 실행는 방법  (0) 2011.09.29
Mockito  (0) 2011.09.26
테스트...  (0) 2011.09.21
posted by 암초보