Merge pull request #38 from ClothingStoreService/chore/dev-aws-CI/CD #30
GitHub Actions / Unit Test Results
succeeded
Sep 5, 2024 in 0s
All 41 tests pass, 1 skipped in 8s
Annotations
Check notice on line 0 in .github
github-actions / Unit Test Results
1 skipped test found
There is 1 skipped test, see "Raw output" for the name of the skipped test.
Raw output
org.store.clothstar.product.service.ProductApplicationServiceTest ‑ 유효한 ProductCreateRequest가 들어오면 상품 생성에 성공한다.
Check notice on line 0 in .github
github-actions / Unit Test Results
42 tests found
There are 42 tests, see "Raw output" for the full list of tests.
Raw output
org.store.clothstar.ClothstarApplicationTests ‑ contextLoads()
org.store.clothstar.category.service.CategoryServiceTest ‑ createCategory should save and return new category id()
org.store.clothstar.category.service.CategoryServiceTest ‑ deleteCategory should delete category()
org.store.clothstar.category.service.CategoryServiceTest ‑ getAllCategories should return list of CategoryResponse()
org.store.clothstar.category.service.CategoryServiceTest ‑ getCategory should return CategoryResponse for valid id()
org.store.clothstar.category.service.CategoryServiceTest ‑ updateCategory should update category()
org.store.clothstar.common.JasyptConfigTest ‑ jasypt()
org.store.clothstar.common.config.mail.MailServiceTest ‑ 메일 전송 테스트
org.store.clothstar.common.config.redis.RedisUtilTest ‑ redis 데이터가 삭제되는지 확인한다.
org.store.clothstar.common.config.redis.RedisUtilTest ‑ redis 데이터를 조회한다.
org.store.clothstar.member.application.MemberServiceApplicationTest ‑ 인증번호 확인 생략하고 회원가입을 테스트 한다.
org.store.clothstar.member.authentication.controller.AuthenticationControllerTest ‑ 멤버 회원가입 통합테스트후 로그인 통합테스트
org.store.clothstar.member.authentication.controller.MemberSignupValidTest ‑ 비밀번호 변경 요청시에도 비밀번호는 8자리 이상이여야 한다.
org.store.clothstar.member.authentication.controller.MemberSignupValidTest ‑ 회원가입시 비밀번호는 최소 8자리 이상이여야 한다.
org.store.clothstar.member.authentication.controller.MemberSignupValidTest ‑ 회원가입시 이름은 필수 값이다.
org.store.clothstar.member.authentication.controller.MemberSignupValidTest ‑ 회원가입시 전화번호 양식이 지켜져야 한다.
org.store.clothstar.member.controller.AddressControllerTest ‑ 회원 배송지 저장 통합 테스트
org.store.clothstar.member.controller.AddressControllerTest ‑ 회원 전체 주소 리스트 조회 테스트
org.store.clothstar.member.controller.AddressSaveValidTest ‑ 우편번호는 숫자만 허용된다.
org.store.clothstar.member.controller.AddressSaveValidTest ‑ 주소 추가시 전화번호 양식을 지켜야 한다.
org.store.clothstar.member.controller.SellerSaveValidTest ‑ 판매자 가입시 사업자 번호 양식을 체크한다.
org.store.clothstar.member.controller.SellerSaveValidTest ‑ 판매자 상세 정보 조회 테스트
org.store.clothstar.member.controller.SellerSaveValidTest ‑ 판매자(Seller) 가입 통합테스트
org.store.clothstar.order.OrderSellerIntegrationTest ‑ 판매자 주문 승인 통합테스트
org.store.clothstar.order.OrderSellerIntegrationTest ‑ 판매자 주문 취소 통합테스트
org.store.clothstar.order.OrderSellerIntegrationTest ‑ 판매자 주문(CONFIRMED) 리스트 조회 통합테스트
org.store.clothstar.order.OrderUserIntegrationTest ‑ 구매 확정 통합테스트
org.store.clothstar.order.OrderUserIntegrationTest ‑ 단일 주문 조회 통합테스트
org.store.clothstar.order.OrderUserIntegrationTest ‑ 전체 주문 조회 offset 페이징 통합테스트
org.store.clothstar.order.OrderUserIntegrationTest ‑ 전체 주문 조회 slice 페이징 통합테스트
org.store.clothstar.order.OrderUserIntegrationTest ‑ 주문 삭제 통합테스트
org.store.clothstar.order.OrderUserIntegrationTest ‑ 주문 생성
org.store.clothstar.order.OrderUserIntegrationTest ‑ 주문 취소 통합테스트
org.store.clothstar.order.OrderUserIntegrationTest ‑ 주문상세 추가
org.store.clothstar.order.service.OrderSellerServiceTest ‑ 판매자 주문 승인 - 성공 테스트
org.store.clothstar.order.service.OrderSellerServiceTest ‑ 판매자 주문 승인 - 주문번호가 존재하지 않을 때 예외처리 테스트
org.store.clothstar.order.service.OrderSellerServiceTest ‑ 판매자 주문 취소 - 성공 테스트
org.store.clothstar.order.service.OrderSellerServiceTest ‑ 판매자 주문 취소 - 주문번호가 존재하지 않을 때 예외처리 테스트
org.store.clothstar.order.service.OrderUserServiceTest ‑ Then: 정상 응답
org.store.clothstar.product.service.ProductApplicationServiceTest ‑ 유효한 ProductCreateRequest가 들어오면 상품 생성에 성공한다.
org.store.clothstar.product.service.ProductApplicationServiceTest ‑ 유효한 productId, itemId, displayStatus가 주어지면 아이템의 진열 상태 변경에 성공한다.
org.store.clothstar.product.service.ProductApplicationServiceTest ‑ 유효한 productId와 displayStatus가 주어지면 상품의 진열 상태 변경에 성공한다.
Loading