본문 바로가기

Android/Test

[Android] Android Testing Codelab(Java 버전)

반응형

기존에 Android Testing Codelab에 있던 Test 샘플 예제가 현재는 존재하는데 커밋 부분으로 돌아가야 하는 번거로움이 있다
(바뀌기 전 마지막 커밋 : https://github.com/googlecodelabs/android-testing/commit/05caa91933674cdbb5286b737eec5fa4eff66b78)

 

그 당시에 repository를 클론해온 것이 있어 따로 찾을 때 뒤적이지 않도록 올려놓았다.

 

아래 주소는 현재 codelabs에서 kotlin 버전으로 testable한 프로젝트 구현을 설명하고 있는 것이며 내용은 Java와 거의 흡사하다.(기존 자바 버전은 사라졌다 ㅜㅜ)

https://codelabs.developers.google.com/codelabs/android-testing/

 

Android Testing Codelab

Tests that verify the proper operation of your app using as many real components as possible are called end-to-end tests and they are usually UI tests. There are many reasons why you would write these tests: End-to-end tests are slower and are less isolate

codelabs.developers.google.com


그리고 해당 자바 버전(옛날 버전)은 다음 github repository에서 확인이 가능하다.

https://github.com/masonljh/android-testing-java

 

masonljh/android-testing-java

codelab에 있던 Testing의 자바 버전. Contribute to masonljh/android-testing-java development by creating an account on GitHub.

github.com

 

반응형

'Android > Test' 카테고리의 다른 글

[Android] Espresso에서 CustomView 값 확인하기  (0) 2019.04.12