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

[자동차 경주] 김태인 미션 제출합니다. #450

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

taein0926
Copy link

1. 사용자 입력 처리

  • 경주할 자동차 이름 입력받기
  • 쉼표(,)를 기준으로 문자열 구분
  • 시도할 횟수 입력받기

2. 자동차 전진 기능

  • 자동차 당 0~9 사이 무작위 값 구하기
  • 4 이상일 시 전진

3. 결과 출력

  • 각 횟수마다 자동차들의 전진 현황 출력(-)
  • 마지막 횟수가 끝나면 우승자 출력
    • 공동 우승자일 경우 , (쉼표와 띄어쓰기)로 구분

4. 예외처리

  • 시도 횟수 예외
    • 시도 횟수가 공백일 경우 Error 발생
    • 입력된 문자가 숫자가 아닐 경우Error 발생
  • 자동차 이름 예외
    • 각 이름이 5자 이하인지 확인 후 아닐 시 Error 발생
    • 자동차가 2개 미만일 경우 Error 발생
    • 자동차의 이름이 공백일 경울 Error 발생
    • 자동차의 이름이 중복될 경우 Error 발생

5. 단위 테스트

  • 자동차 이름 입력 유효성 테스트
  • 시도 횟수 입력 유효성 테스트
  • 전체 테스트

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant