You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
굳이 테스트를 추가할 필요가 없다고 판단되는 케이스는 코멘트로 남기고 넘어가 주세요 판단은 자유~!
MemberService - getByGithubId 메소드에서 깃허브 ID로 조회한 멤버가 존재하지 않는 경우 : 앞서 이미 memberRepository.existsByGithubId(githubId)로 존재 여부를 확인하고 true일 경우에만 getByGithubId를 실행하기 때문에 굳이 테스트할 필요가 없을 것 같아서 제외함
The text was updated successfully, but these errors were encountered:
목적
코드 커버리지를 높여서 코드 안정성을 더 높이기 위함
작업 상세 내용
추가 되어야 할 테스트 케이스
TeamService - 팀 상세 조회 시 해당 팀 내에서 작성된 레벨로그가 존재하는 경우
현재 getPreQuestionId 메소드가 테스트 되고 있지 않습니다.
FeedbackService - 존재하지 않는 멤버, 레벨로그, 피드백에 대해 요청을 한 경우
AuthIntercepter - 멤버 전용 API에 잘못된 토큰으로 요청이 들어오는 경우
Participants - 팀 참가자 목록에 호스트가 존재하지 않는 경우
PreQuestionService - 존재하지 않는 멤버가 요청을 보낸 경우
참고 사항
The text was updated successfully, but these errors were encountered: