Skip to content

feature: 소셜 로그인 구현 (#17) #44

feature: 소셜 로그인 구현 (#17)

feature: 소셜 로그인 구현 (#17) #44

GitHub Actions / Test Results succeeded Jan 29, 2024 in 0s

All 28 tests pass in 2s

12 files  +3  12 suites  +3   2s ⏱️ ±0s
28 tests +4  28 ✅ +4  0 💤 ±0  0 ❌ ±0 
30 runs  +4  30 ✅ +4  0 💤 ±0  0 ❌ ±0 

Results for commit 718870c. ± Comparison against earlier commit 1457752.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

28 tests found

There are 28 tests, see "Raw output" for the full list of tests.
Raw output
com.petqua.PetquaApplicationTests ‑ contextLoads()
com.petqua.application.announcement.AnnouncementServiceTest ‑ Then: 모든 공지사항이 조회 된다
com.petqua.application.announcement.AnnouncementServiceTest ‑ Then: 퀴리가 발생 하지 않는다
com.petqua.application.auth.OauthServiceTest ‑ Then: 멤버의 인증 토큰을 발급한다
com.petqua.application.auth.OauthServiceTest ‑ Then: 발급한 refreshToken을 저장한다
com.petqua.application.banner.BannerServiceTest ‑ Then: 모든 Banner가 조회 된다
com.petqua.application.banner.BannerServiceTest ‑ Then: 퀴리가 발생 하지 않는다
com.petqua.application.product.ProductServiceTest ‑ Then: 조회할 수 있다
com.petqua.domain.ProductCustomRepositoryImplTest ‑ Then: 낮은 가격순, 최신 등록 순으로 반환된다
com.petqua.domain.ProductCustomRepositoryImplTest ‑ Then: 높은 가격순, 최신 등록 순으로 반환된다
com.petqua.domain.ProductCustomRepositoryImplTest ‑ Then: 리뷰 많은 순, 최신 등록 순으로 반환된다
com.petqua.domain.ProductCustomRepositoryImplTest ‑ Then: 최신 등록 순으로 반환된다
com.petqua.domain.ProductCustomRepositoryImplTest ‑ Then: 추천 상품의 개수를 반환한다
com.petqua.domain.ProductCustomRepositoryImplTest ‑ Then: 추천 상품이 최신 등록 순으로 반환된다
com.petqua.domain.ProductCustomRepositoryImplTest ‑ Then: 해당 개수만큼 반환한다
com.petqua.domain.ProductTest ‑ Then: 소수점 두 번째 자리에서 반올림 된다
com.petqua.domain.auth.AuthTokenProviderTest ‑ Then: JWT타입인 accessToken과 refreshToken이 발급된다
com.petqua.presentation.announcement.AnnouncementControllerTest ‑ Then: 모든 공지 사항 목록이 반환된다.
com.petqua.presentation.auth.OauthControllerTest ‑ Then: 인증토큰이 반환된다.
com.petqua.presentation.banner.BannerControllerTest ‑ Then: 배너 목록을 응답한다.
com.petqua.presentation.product.ProductControllerTest ‑ Then: 상품들이 최신 등록 순으로 반환된다
com.petqua.presentation.product.ProductControllerTest ‑ Then: 신규 입고 상품들이 반환된다
com.petqua.presentation.product.ProductControllerTest ‑ Then: 예외가 발생한다
com.petqua.presentation.product.ProductControllerTest ‑ Then: 추천 상품들이, 가격 낮은 순으로 반환된다
com.petqua.presentation.product.ProductControllerTest ‑ Then: 추천 상품들이, 최신 등록 순으로 반환된다
com.petqua.presentation.product.ProductControllerTest ‑ Then: 해당 ID의 다음 상품들이 최신 등록 순으로 반환된다
com.petqua.presentation.product.ProductControllerTest ‑ Then: 해당 ID의 상품이 반환된다
com.petqua.presentation.product.ProductControllerTest ‑ Then: 해당 개수와 함께 다음 페이지가 존재하는지 여부가 반환된다