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.
testFindPositionDetail_Success
: 유효한 포지션 ID(1L)를 사용하여 포지션 상세 정보를 조회할 때 올바르게 상세 정보가 반환되는지 확인합니다. 테스트는 목 객체를 활용하여 "[토스뱅크] Frontend Developer" 포지션의 상세 정보를 준비하고, 이 정보가 올바르게 반환되는지 검증합니다.testFindPositionDetail_NotFound
: 존재하지 않는 포지션 ID(999L)로 상세 정보 조회를 시도했을 때NotFoundException
이 발생하며 적절한 에러 메시지가 포함되어 있는지 확인합니다. 이 테스트는 예외 처리 로직이 올바르게 동작하는지를 검증하고, API의 견고성을 확보하는 데 기여합니다.