티스토리 뷰
Android Ui test with espresso
view class matcher ( custom view ...)
안드로이드 UI 테스트 espresso에서 matcher에 view class로 비교하는방법 (custom view 등)
UI테스팅 코드를 작성하면서 보통 onView(withId(R.id.title)) 이런식으로 id를 비교한다.
그 외에도 add view 해준 view 객체도 class로 비교 할 수 있다.
onView(withClassName(containsString(CustomView.class.getSimpleName())));
'Android' 카테고리의 다른 글
Android data binding (0) | 2017.04.13 |
---|---|
Bad notification posted - Couldn't expand RemoteViews for: StatusBarNotification (1) | 2017.04.06 |
안드로이드 Multidex 오류 (0) | 2017.02.15 |
안드로이드 키보드 숨기기 (1) | 2016.11.25 |
안드로이드 프로젝트 내부 json파일 정렬순서 바뀌어서 나올 때 해결법 (0) | 2016.09.05 |
댓글