Android Test 코드 버전업 했더니 에러나서 기록함

오준석·2020년 9월 1일
0

버전업 했더니 테스트 실패해서 개인적으로 기록함

// 3.3.0에서 테스트 실패
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.2.0'

// 1.2.0-alpha08 프래그먼트 테스트 실패
// 1.3.0-alpha08 프래그먼트 테스트 실패
implementation 'androidx.activity:activity-ktx:1.2.0-alpha06'
implementation 'androidx.fragment:fragment-ktx:1.3.0-alpha06'
    
// 1.3.0에서 테스트 수행 실패
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test:rules:1.2.0'
profile
교육하고 책 쓰는 개발자

0개의 댓글