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

[로또] 이서현 과제 제출합니다. #107

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

Conversation

nuyhhyun
Copy link

@nuyhhyun nuyhhyun commented Nov 4, 2024

No description provided.

객체 분류 이름 변경
구입 금액 입력 안내 문구 상수화하여 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): 범위 검증 예외 발생 테스트 구현 및 통과
오류를 던지면서 오류 메시지에 해당 문구를 넣어놨으나 주어진 테스트는 먼저 출력해야만 성공할 수 있음.
하지만 오류를 던지면서 메시지에 문구 넣는 것이 맞다고 판단되어 그대로 작성
@nuyhhyun nuyhhyun changed the title [로또] 이서현 과제 제출합니다 Nov 4, 2024
@nuyhhyun nuyhhyun changed the title [로또] 이서현 과제 제출합니다 [로또] 이서현 과제 제출합니다. Nov 4, 2024
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