[Test] recruitment admin CRUD 테스트#173
Merged
Merged
Conversation
- Service: 공고/질문 CRUD 39개 (Given-When-Then, Mockito) - Controller: @WebMvcTest 정상/예외/Valid/Security 38개 - Integration: @SpringBootTest Testcontainers 13개 - Repository: existsByRecruitmentId 등 파생 쿼리 보강
- CreateQuestions TABLE metadata 누락: TC-008 → TC-007b (기존 TC-008=multiple과 충돌 회피) - Controller order_num @positive: EX-002 → TC-009b (기존 EX-002=limit_length와 충돌 회피)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
💡 개요
Recruitment 도메인 테스트 중 Admin 모집 공고/질문 CRUD (REC-ADMIN-002~009) 테스트를 추가합니다. dev 최신(#170 평가 도메인 포함)을 머지한 상태라, 추가 테스트가 현재 코드 기준으로 컴파일·통과함을 확인했습니다.
🪐 주요 변경 사항
createQuestionsDB order_num 중복 케이스 보강 (TC-006b → DUPLICATE_QUESTION_ORDER)✅ 상세 내용
findAllByOrderByTermDesc, label/order_num 중복 쿼리 등🔔 참고 사항
@coderabbitai ignore— 본 PR은 CodeRabbit 리뷰 제외docs/test/TC-REC-ADMIN-006.md)에 TC-006b 동기화 (docs는 gitignore라 PR 미포함)