woowacourse-teams / 2024-friendogly

강아지 사회화 장려 앱 반갑개 🐶
https://play.google.com/store/apps/details?id=com.happy.friendogly&hl=ko
17 stars 3 forks source link

[AN] test: ViewModel 단위 테스트를 위한 테스트 환경 구축 및 RegisterViewModel Test #537

Closed junjange closed 2 months ago

junjange commented 2 months ago

이슈

개발 사항

github-actions[bot] commented 2 months ago

Test Results

9 tests  +6   9 :white_check_mark: +6   0s :stopwatch: ±0s 1 suites ±0   0 :zzz: ±0  1 files   ±0   0 :x: ±0 

Results for commit 2ba0c55e. ± Comparison against base commit 162f170f.

This pull request removes 3 and adds 9 tests. Note that renamed tests count towards both. ``` com.happy.friendogly.ExampleUnitTest ‑ addition_isCorrect com.happy.friendogly.ExampleUnitTest ‑ addition_isCorrect2 com.happy.friendogly.ExampleUnitTest ‑ addition_isCorrect3 ``` ``` com.happy.friendogly.presentation.ui.register.RegisterViewModelTest ‑ 구글 로그인 실행 시, 구글 로그인 이동 이벤트가 발생한다() com.happy.friendogly.presentation.ui.register.RegisterViewModelTest ‑ 구글 로그인을 성공했을 때, 프로필 설정 이벤트가 발생한다() com.happy.friendogly.presentation.ui.register.RegisterViewModelTest ‑ 로컬 스토리지에 유효한 액세스 토큰이 없을 때, 로컬 스토리지에 토큰이 없다는 메시지 이벤트가 발생한다() com.happy.friendogly.presentation.ui.register.RegisterViewModelTest ‑ 로컬 스토리지에 유효한 액세스 토큰이 있을 때, 모임 목록 화면 이동 이벤트가 발생한다() com.happy.friendogly.presentation.ui.register.RegisterViewModelTest ‑ 로컬 스토리지에서 액세스 토큰을 가져올 때, 알 수 없는 에러가 발생하면, 기본 에러 메시지 이벤트가 발생한다() com.happy.friendogly.presentation.ui.register.RegisterViewModelTest ‑ 사용자 등록을 하지 않은 경우, 서버 문제로 소셜 로그인을 실패했을 때, 서버 에러 메시지 이벤트가 발생한다() com.happy.friendogly.presentation.ui.register.RegisterViewModelTest ‑ 사용자 등록을 하지 않은 경우, 소셜 로그인을 성공했을 때, 프로필 설정 이동 이벤트가 발생한다() com.happy.friendogly.presentation.ui.register.RegisterViewModelTest ‑ 사용자 등록을 하지 않은 경우, 인터넷 문제로 소셜 로그인을 실패했을 때, 인터넷 에러 메시지 이벤트가 발생한다() com.happy.friendogly.presentation.ui.register.RegisterViewModelTest ‑ 카카오 로그인 실행 시, 카카오 로그인 이동 이벤트가 발생한다() ```

:recycle: This comment has been updated with latest results.