test: AuthController @WebMvcTest 추가 - #230
Conversation
컨트롤러 @WebMvcTest 스윕의 마지막 배치로, 로그인/회원가입 분기(signIn의 응답 타입에 따른 LOGIN/SIGNUP 성공 메시지 분기)와 토큰 재발급의 라우팅/ @validated 검증/예외→HTTP 상태코드 매핑을 검증한다.
|
Warning Review limit reached
Next review available in: 30 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
작업 배경
변경 사항
auth/controller/AuthControllerTest.java(신규)영향 범위
signIn이 서비스 응답 타입(SignInResponseDtovsSignUpResponseDto)에 따라 LOGIN/SIGNUP 성공 메시지를 분기하는 컨트롤러 자체 로직을 실제로 검증한다.@Validated가 있어(다른 컨트롤러들과 달리)@RequestHeader의@NotBlank가 실제로 동작함을 확인했다.검증 매트릭스
기존_유저_로그인신규_유저_회원가입토큰_없음프로바이더_없음정상_재발급리프레시토큰_헤더_없음리프레시토큰_빈문자열리프레시토큰_불일치Test Plan
./gradlew test전체 251/251 통과🤖 Generated with Claude Code