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

[feat] : 테스트 예외 케이스 추가 #25

Merged
merged 8 commits into from
Feb 19, 2024

Conversation

hyun2371
Copy link
Member

close #24

📑 작업 상세 내용

  • 경매 등록 예외 케이스 추가
  • enum 변환 로직 equals() 로 변경
  • @Transactional 대신 databasecleaner 사용
  • swagger tag 추가

@hyun2371 hyun2371 added the feat New feature or request label Feb 19, 2024
@hyun2371 hyun2371 requested a review from ParkJuhan94 February 19, 2024 05:59
@hyun2371 hyun2371 self-assigned this Feb 19, 2024
@hyun2371 hyun2371 linked an issue Feb 19, 2024 that may be closed by this pull request
2 tasks
@hyun2371 hyun2371 changed the title Feat/#24/add test exception [feat] : 테스트 예외 케이스 추가 Feb 19, 2024
Copy link

Test Results

4 tests  +1   4 ✅ +1   2s ⏱️ -1s
3 suites ±0   0 💤 ±0 
3 files   ±0   0 ❌ ±0 

Results for commit 45a5426. ± Comparison against base commit d7c03af.

This pull request removes 2 and adds 3 tests. Note that renamed tests count towards both.
dev.handsup.auction.controller.AuctionControllerTest ‑ 경매를 등록할 수 있다.
dev.handsup.auction.service.AuctionServiceTest ‑ 경매글을 등록할 수 있다.
dev.handsup.auction.controller.AuctionControllerTest ‑ [경매를 등록 시 상품 카테고리가 DB에 없으면 예외가 발생한다.]
dev.handsup.auction.controller.AuctionControllerTest ‑ [경매를 등록할 수 있다.]
dev.handsup.auction.service.AuctionServiceTest ‑ [경매를 등록할 수 있다.]

@hyun2371 hyun2371 merged commit 297397c into dev Feb 19, 2024
3 checks passed
@hyun2371 hyun2371 deleted the feat/#24/add-test-exception branch February 20, 2024 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] : 테스트 예외 케이스 추가
1 participant