일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- binding adapter
- recyclerview
- fragment
- ui test
- high order function
- espresso
- 재사용
- 고차함수
- 안드로이드13
- LayoutManger
- Fragment 수동 추가
- adapter
- 안드로이드
- 뷰변경 감지
- IntentTestRule
- viewholder
- 코틀린
- Fragment에서 Activity의 함수 사용하기
- Error:Execution failed for task ':app:mergeDebugResources'
- 안드로이드개발레벨업교과서
- searchview
- ActivityTestRule
- 구분선
- 테마 아이콘
- 스와이프
- 리사이클러뷰
- 생명주기
- Android
- 코딜리티
- 안드로이드스튜디오
Archives
- Today
- Total
목록IntentTestRule (1)
룬아님의 취중코딩
androidx.test.espresso.intent.Intents.internalIntended(org.hamcrest.Matcher, androidx.test.espresso.intent.VerificationMode, java.util.List)' on a null object reference
espresso로 UI 테스트를 하다가 저런 문구를 가진 에러가 났다. onView(withId(R.id.rv_main_list)) .perform(RecyclerViewActions.actionOnItemAtPosition(0 , click())) intended(toPackage("패키지 명")) //
개발/안드로이드 개발
2019. 8. 28. 18:33