Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[oneseo] ModifyEntranceIntentionService 테스트 추가 #154

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

wwwcomcomcomcom
Copy link
Collaborator

개요

ModifyEntranceIntentionService 테스트 코드 추가했습니다.

본문

ModifyEntranceIntentionService는 최종합격자의 입학여부(입학 의사)를 수정하는 서비스입니다.

  1. 존재하는 회원 id가 주어지고 최종합격된 원서가 있을 때 -> 입학 의사 수정
  2. 존재하는 회원 id가 주어지고 최종합격되지 않은 원서가 있을 때 -> ExpectedException
  3. 존재하는 회원 id가 주어지고 원서가 없을 때 -> ExpectedException
  4. 존재하지 않는 회원 id가 주어졌을때 -> ExpectedException
    위 테스트 케이스들에 대해 작성했습니다.

@wwwcomcomcomcom wwwcomcomcomcom self-assigned this Sep 5, 2024
@wwwcomcomcomcom wwwcomcomcomcom added the test test 관련 작업 - test code 추가 등 label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test test 관련 작업 - test code 추가 등
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant