-
Notifications
You must be signed in to change notification settings - Fork 112
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
[로또] 이서현 과제 제출합니다. #107
Open
nuyhhyun
wants to merge
37
commits into
woowacourse-precourse:main
Choose a base branch
from
nuyhhyun:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[로또] 이서현 과제 제출합니다. #107
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
객체 분류 이름 변경
구입 금액 입력 안내 문구 상수화하여 Utils로 분리 및 출력 함수 생성
구입 금액 단위 Utils로 분리
docs(Input): 테스트 불가한 기능 명세 수정
테스트 필요성이 현저히 적고 요구 사항으로 판단되는 기능 명세 삭제
test(Lotto): 로또 발행 갯수 확인 테스트 구현 및 통과
Before: tickets After: ticketCounts
6개의 랜덤 숫자로 이뤄진 로또 발행 기능 구현 test($LottoMakerTest): 로또 발행 기능 테스트 구현 및 통과
기능 명세가 아닌 요구 사항이라 판단되는 기능 삭제
test($LottoTickets): 구매 갯수만큼의 로또 발행 기능 테스트 구현 및 통과
docs($README): 예외 기능 명세 수정
test(Input): 당첨 번호 중복 유효성 검증 기능 테스트 구현 및 통과
test(Input): 당첨 번호 범위 검증 기능 테스트 구현 및 통과 docs(Exception): 예외 기능 명세 추가
test(Lotto): 로또 오름차순 관리 테스트 및 통과
test(Lotto): 보너스 번호 유일성 검증 기능 테스트 및 통과
test(Lotto): 하나의 보너스 번호 입력 검증 기능 테스트 및 통과
test(Exception): 범위 검증 예외 발생 테스트 구현 및 통과
오류를 던지면서 오류 메시지에 해당 문구를 넣어놨으나 주어진 테스트는 먼저 출력해야만 성공할 수 있음. 하지만 오류를 던지면서 메시지에 문구 넣는 것이 맞다고 판단되어 그대로 작성
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.