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

[로또] 이재원 미션 제출합니다. #190

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

Conversation

leejewon97
Copy link

No description provided.

정상적인 구입 금액을 String으로 return할 메서드 inputBuyPrice 구현
예외 상활 시 IllegalArgumentException 발생 시킬 메서드 구현
밖에서 getter로서 사용하기 위해 메서드 생성
발행한 모든 로또들을 출력하는 메서드 생성
각 메서드 구현 후 테스트 요망
아직 checkInvalidWinningNumbers 미구현
아직 winningNumbersToInt  미구현
당첨 번호 입력 시 구분자(,)로 나눠진 각 문자열의 예외 처리 완료
외부에서 함수를 테스트하기 위해
각 Test 클래스의 테스트들도 적용되면서, UI테스트는 사라짐
보너스 번호 입력 구문 출력
숫자가 아닌 경우가 아닌 정수가 아닌 경우를 걸러야 함
1개가 아닌 경우는 들어오지 않음
메서드 inputBonusNumber 구현 완료
메서드 checkInvalidBonusNumber 구현 완료
메서드 printResult 형태만 구현
println위치 약간 수정
보너스 번호는 당첨 번호와 겹치면 안 되기에 인자로 당첨번호를 넘겨줌
LottoService에서 나머지 함수 구현 요망
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