좋은 프로그램은 마음의 여유에서 나온다.

안드로이드 TDD 본문

프로그래밍/안드로이드

안드로이드 TDD

좋은데이 2013. 4. 26. 16:37

테스트 코드와 실행코드를 왔다 갔다 하면서 볼 수 있는 moreUnit


이클립스 플러그인 설치에서 아래 경로 추가 후 설치


http://moreunit.sourceforge.net/update-site/


홈페이지는 http://moreunit.sourceforge.net/index.html


android di


androidannotations 


http://androidannotations.org/


robolectric


http://pivotal.github.io/robolectric/


mockito


https://code.google.com/p/mockito/

'프로그래밍 > 안드로이드' 카테고리의 다른 글

robolectric를 이용한 sqlite 단위테스트  (0) 2013.05.16
안드로이드 몽키 테스트  (0) 2013.05.07
NDK에서 C++ STL 사용하기  (1) 2013.01.29
안드로이드 ActionBarSherlock  (0) 2013.01.28
자바 jni 문서  (0) 2013.01.18
Comments