Skip to content

[test/#518] Bookmark 테스트코드 작성#556

Merged
kanghana1 merged 4 commits intodevelopfrom
test/#518
Mar 27, 2026
Merged

[test/#518] Bookmark 테스트코드 작성#556
kanghana1 merged 4 commits intodevelopfrom
test/#518

Conversation

@kanghana1
Copy link
Copy Markdown
Contributor

❤️ 기능 설명

통합테스트
스크린샷 2026-03-26 231108

단위테스트
스크린샷 2026-03-27 145605
스크린샷 2026-03-27 145639


연결된 issue

연결된 issue를 자동으로 닫기 위해 아래 {이슈넘버}를 입력해주세요.

close #518



🩷 Approve 하기 전 확인해주세요!

  • 리뷰어가 확인해줬으면 하는 사항 적어주세요.
  • [ ]

✅ 체크리스트

  • PR 제목 규칙 잘 지켰는가?
  • 추가/수정사항을 설명하였는가?
  • 테스트 결과 사진을 넣었는가?
  • 이슈넘버를 적었는가?

@kanghana1 kanghana1 self-assigned this Mar 27, 2026
@kanghana1 kanghana1 added the TEST 테스트코드를 짭시다 label Mar 27, 2026
@kanghana1 kanghana1 requested review from Dimo-2562 and dbalsk March 27, 2026 08:07
Copy link
Copy Markdown
Contributor

@Dimo-2562 Dimo-2562 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

너무너무 수고 많으셨습니다! 피드백 보시고 반영하면 좋을 거 같은거 반영해주세요

class Success {

@Test
@DisplayName("200 - LATEST 정렬로 찜한 운동을 전체 조회하면 모든 필드를 반환한다")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 bookmark를 하나 더 추가해서 저장한 뒤 정렬이 제대로 됐는지 통합쪽에서 다시 한 번 검사하면 좋겠습니다! 물론 단위 테스트에서 검증을 하긴 했으나 통합에서 한 번 더 검증하는 게 좋을 거 같습니다.

data[0].exerciseId와 data[1].exerciseId의 값을 검증해주시면 좋을듯 합니다! 아래 EARLIEST도 같은 방식으로 부탁드립니다


@Nested
@DisplayName("성공 케이스")
class Success {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기서도 북마크를 여러 개 해서 정렬이 제대로 됐는지 다시 한 번 체크해주시면 감사하겠습니다

@kanghana1 kanghana1 merged commit 7b49c30 into develop Mar 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

TEST 테스트코드를 짭시다

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT] Bookmark 테스트코드 작성

2 participants