[feat] : 경매 검색 API (#33) #36
GitHub Actions / Test Results
succeeded
Feb 22, 2024 in 0s
All 39 tests pass in 9s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
39 tests found
There are 39 tests, see "Raw output" for the full list of tests.
Raw output
dev.handsup.auction.controller.AuctionApiControllerTest ‑ [검색된 경매를 필터링할 수 있다.]
dev.handsup.auction.controller.AuctionApiControllerTest ‑ [경매를 검색해서 조회할 수 있다. 정렬 조건이 없을 경우 최신순으로 정렬한다.]
dev.handsup.auction.controller.AuctionApiControllerTest ‑ [경매를 등록 시 상품 카테고리가 DB에 없으면 예외가 발생한다.]
dev.handsup.auction.controller.AuctionApiControllerTest ‑ [경매를 등록할 수 있다.]
dev.handsup.auction.controller.AuctionApiControllerTest ‑ [경매를 북마크 순으로 정렬할 수 있다.]
dev.handsup.auction.repository.auction.AuctionQueryRepositoryImplTest ‑ [거래 방식으로 경매를 필터링할 수 있다. (tradeMethodEq)]
dev.handsup.auction.repository.auction.AuctionQueryRepositoryImplTest ‑ [검색 키워드로 필터링할 수 있다. (keywordContains)]
dev.handsup.auction.repository.auction.AuctionQueryRepositoryImplTest ‑ [경매 상품 미개봉 여부로 경매를 필터링할 수 있다. (isNewProductEq)]
dev.handsup.auction.repository.auction.AuctionQueryRepositoryImplTest ‑ [경매 시작 금액으로 경매를 필터링할 수 있다.(initPriceBetween)]
dev.handsup.auction.repository.auction.AuctionQueryRepositoryImplTest ‑ [다음 슬라이스에 요소가 있으면 hasNext()=true]
dev.handsup.auction.repository.auction.AuctionQueryRepositoryImplTest ‑ [상품 카테고리로 경매를 필터링할 수 있다.(categoryEq)]
dev.handsup.auction.repository.auction.AuctionQueryRepositoryImplTest ‑ [진행 중인 경매만 필터링할 수 있다. (isProgressEq)]
dev.handsup.auction.service.AuctionServiceTest ‑ [경매를 등록할 수 있다.]
dev.handsup.auction.service.AuctionServiceTest ‑ [경매를 정렬, 필터링하여 검색할 수 있다.]
dev.handsup.auth.JwtAuthorizationArgumentResolverTest ‑ [요청이 없으면 예외를 던진다]
dev.handsup.auth.JwtAuthorizationArgumentResolverTest ‑ [토큰이 유효하면 User 엔티티를 반환한다]
dev.handsup.auth.JwtInterceptorTest ‑ [토큰이 없고 @NoAuth 없으면 -> 실패]
dev.handsup.auth.JwtInterceptorTest ‑ [토큰이 없고 @NoAuth 있으면 -> 통과]
dev.handsup.auth.JwtInterceptorTest ‑ [토큰이 유효하다면 -> 통과]
dev.handsup.auth.JwtInterceptorTest ‑ [토큰이 유효하지 않고 @NoAuth 없으면 -> 실패]
dev.handsup.auth.controller.AuthApiControllerTest ‑ [로그아웃 API를 호출하면 200 OK 응답이 반환된다]
dev.handsup.auth.controller.AuthApiControllerTest ‑ [로그인 API를 호출하면 토큰이 응답된다]
dev.handsup.auth.controller.AuthApiControllerTest ‑ [토큰 재발급 API를 호출하면 새로운 엑세스 토큰이 응답된다]
dev.handsup.auth.service.AuthServiceTest ‑ [로그아웃 성공 시 블랙리스트에 토큰을 추가한다]
dev.handsup.auth.service.AuthServiceTest ‑ [로그아웃 실패 시 NotFoundException을 던진다]
dev.handsup.auth.service.AuthServiceTest ‑ [로그인 성공 시 토큰을 발급한다]
dev.handsup.auth.service.AuthServiceTest ‑ [로그인 실패 시 예외를 던진다]
dev.handsup.auth.service.JwtProviderTest ‑ [Access Token을 성공적으로 만든다]
dev.handsup.auth.service.JwtProviderTest ‑ [Claim 에서 UserId를 뽑아온다]
dev.handsup.auth.service.JwtProviderTest ‑ [Refresh Token을 성공적으로 만든다]
dev.handsup.auth.service.JwtProviderTest ‑ [유효성 검사에서 구조가 안 맞는 토큰은 실패한다]
dev.handsup.auth.service.JwtProviderTest ‑ [유효성 검사에서 유효 기간이 지난 토큰은 실패한다]
dev.handsup.auth.service.JwtProviderTest ‑ [유효성 검사에서 잘못된 서명의 토큰은 실패한다]
dev.handsup.auth.service.JwtProviderTest ‑ [유효성 검사에서 정상적인 토큰은 성공한다]
dev.handsup.user.controller.UserApiControllerTest ‑ [회원가입 API를 호출하면 회원이 등록되고 회원 ID를 응답한다]
dev.handsup.user.service.UserServiceTest ‑ [사용자 ID로 사용자 조회에 실패한다 - 사용자 없음]
dev.handsup.user.service.UserServiceTest ‑ [사용자 ID로 사용자를 성공적으로 조회한다]
dev.handsup.user.service.UserServiceTest ‑ [회원가입을 성공한다]
dev.handsup.user.service.UserServiceTest ‑ [회원가입을 실패한다 - 이메일 중복]
Loading