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.*;
테스트 코드 작성 완료 후 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 |