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.
testFindFilteredPositionsByKeyword: 유효한 키워드와 카테고리 ID가 제공될 때 메서드가 정확하게 포지션을 반환하는지 검증합니다. 이 테스트는 키워드 "1"로 검색했을 때 "[토스 뱅크] System Engineer" 포지션이 올바르게 가져오는지 확인합니다.
testFindPositionsByKeyword_Failure: 제공된 키워드와 카테고리 ID에 맞는 포지션이 발견되지 않을 때 RuntimeException이 발생하도록 보장합니다. 이 테스트는 검색 결과가 없는 경우를 적절히 처리하고 오류 메시지 "[ERROR] 채용 공고 검색에 실패하였습니다."가 반환되는지 검증합니다.