Skip to content

feature: 봉달 목록내 상품 수정 api (#34) #21

feature: 봉달 목록내 상품 수정 api (#34)

feature: 봉달 목록내 상품 수정 api (#34) #21

GitHub Actions / Test Results succeeded Feb 1, 2024 in 0s

All 40 tests pass in 4s

16 files  + 1  16 suites  +1   4s ⏱️ -1s
40 tests + 4  40 ✅ + 4  0 💤 ±0  0 ❌ ±0 
60 runs  +12  60 ✅ +12  0 💤 ±0  0 ❌ ±0 

Results for commit 8271d54. ± Comparison against earlier commit 086cc29.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

40 tests found

There are 40 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.AuthServiceTest ‑ Then: 멤버의 인증 토큰을 발급한다
com.petqua.application.auth.AuthServiceTest ‑ Then: 발급한 refreshToken을 저장한다
com.petqua.application.auth.AuthServiceTest ‑ Then: 예외가 발생한다
com.petqua.application.banner.BannerServiceTest ‑ Then: 모든 Banner가 조회 된다
com.petqua.application.banner.BannerServiceTest ‑ Then: 퀴리가 발생 하지 않는다
com.petqua.application.cart.CartProductServiceTest ‑ Then: 수정할 수 있다
com.petqua.application.cart.CartProductServiceTest ‑ Then: 예외가 발생 한다
com.petqua.application.cart.CartProductServiceTest ‑ Then: 저장할 수 있다
com.petqua.application.product.ProductServiceTest ‑ Then: 조회할 수 있다
com.petqua.domain.auth.AuthTokenProviderTest ‑ Then: JWT타입인 accessToken과 refreshToken이 발급된다
com.petqua.domain.cart.CartProductQuantityTest ‑ 상품 수량 값객체 생성
com.petqua.domain.cart.CartProductQuantityTest ‑ 최대 수량 초과인 경우 생성 실패
com.petqua.domain.cart.CartProductQuantityTest ‑ 최소 수량 미만인 경우 생성 실패
com.petqua.domain.cart.CartProductTest ‑ 장바구니 상품 소유자 확인
com.petqua.domain.cart.CartProductTest ‑ 장바구니 상품 수정
com.petqua.domain.product.ProductCustomRepositoryImplTest ‑ Then: 낮은 가격순, 최신 등록 순으로 반환된다
com.petqua.domain.product.ProductCustomRepositoryImplTest ‑ Then: 높은 가격순, 최신 등록 순으로 반환된다
com.petqua.domain.product.ProductCustomRepositoryImplTest ‑ Then: 리뷰 많은 순, 최신 등록 순으로 반환된다
com.petqua.domain.product.ProductCustomRepositoryImplTest ‑ Then: 최신 등록 순으로 반환된다
com.petqua.domain.product.ProductCustomRepositoryImplTest ‑ Then: 추천 상품의 개수를 반환한다
com.petqua.domain.product.ProductCustomRepositoryImplTest ‑ Then: 추천 상품이 최신 등록 순으로 반환된다
com.petqua.domain.product.ProductCustomRepositoryImplTest ‑ Then: 해당 개수만큼 반환한다
com.petqua.domain.product.ProductTest ‑ Then: 소수점 두 번째 자리에서 반올림 된다
com.petqua.presentation.announcement.AnnouncementControllerTest ‑ Then: 모든 공지 사항 목록이 반환된다.
com.petqua.presentation.auth.AuthControllerTest ‑ Then: 인증토큰이 반환된다.
com.petqua.presentation.banner.BannerControllerTest ‑ Then: 배너 목록을 응답한다.
com.petqua.presentation.cart.CartProductControllerTest ‑ Then: 봉달 목록에 상품이 저장된다
com.petqua.presentation.cart.CartProductControllerTest ‑ Then: 봉달 상품의 옵션이 수정된다
com.petqua.presentation.cart.CartProductControllerTest ‑ 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: 해당 개수와 함께 다음 페이지가 존재하는지 여부가 반환된다