Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[개선] 분리한 컴포넌트 preview 작성 #329

feat: ContributorCard 다크모드 Preview 구현

160d21a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

[개선] 분리한 컴포넌트 preview 작성 #329

feat: ContributorCard 다크모드 Preview 구현
160d21a
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results succeeded Jun 8, 2024 in 0s

All 20 tests pass in 19s

20 tests   20 ✅  19s ⏱️
11 suites   0 💤
11 files     0 ❌

Results for commit 160d21a.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

20 tests found

There are 20 tests, see "Raw output" for the full list of tests.
Raw output
com.droidknights.app.KnightsAppTest ‑ checkMediumTabletLaunchShot
com.droidknights.app.KnightsAppTest ‑ checkStartupShot
com.droidknights.app.core.data.repository.DefaultContributorRepositoryTest ‑ Then: 컨트리뷰터를 반환한다
com.droidknights.app.core.data.repository.DefaultSessionRepositoryTest ‑ 북마크 일괄 제거 테스트
com.droidknights.app.core.data.repository.DefaultSessionRepositoryTest ‑ 북마크 제거 테스트
com.droidknights.app.core.data.repository.DefaultSessionRepositoryTest ‑ 북마크 추가 테스트
com.droidknights.app.core.data.repository.DefaultSessionRepositoryTest ‑ 역직렬화 테스트
com.droidknights.app.core.data.repository.DefaultSponsorRepositoryTest ‑ 역직렬화 테스트
com.droidknights.app.core.datastore.SettingsPreferencesDataSourceTest ‑ isDarkTheme 저장 및 조회 테스트
com.droidknights.app.core.datastore.SettingsPreferencesDataSourceTest ‑ isDarkTheme 초기상태 테스트
com.droidknights.app.core.domain.usecase.GetBookmarkedSessionsUseCaseTest ‑ Then: 북마크된 세션들을 반환한다
com.droidknights.app.core.domain.usecase.GetBookmarkedSessionsUseCaseTest ‑ Then: 북마크된 세션들을 시작시간이 빠른 순으로 정렬하여 반환한다
com.droidknights.app.core.domain.usecase.GetContributorsUseCaseTest ‑ Then: 올해 드로이드나이츠 컨트리뷰터를 반환한다
com.droidknights.app.feature.contributor.ContributorViewModelTest ‑ 컨트리뷰터 데이터를 확인할 수 있다
com.droidknights.app.feature.home.HomeViewModelTest ‑ 후원사 리스트가 비어있다면 후원사 데이터를 확인할 수 없다
com.droidknights.app.feature.home.HomeViewModelTest ‑ 후원사 리스트가 존재한다면 후원사 데이터를 확인할 수 있다
com.droidknights.app.feature.session.SessionDetailViewModelTest ‑ 세션 데이터를 확인할 수 있다
com.droidknights.app.feature.session.SessionDetailViewModelTest ‑ 세션의 북마크 여부를 변경할 수 있다
com.droidknights.app.feature.session.SessionDetailViewModelTest ‑ 세션의 북마크 여부를 확인할 수 있다
com.droidknights.app.feature.session.SessionViewModelTest ‑ 세션 데이터를 확인할 수 있다