-
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
base: main
Are you sure you want to change the base?
[로또] 이서현 과제 제출합니다. #107
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 62dcd69 - Browse repository at this point
Copy the full SHA 62dcd69View commit details -
Configuration menu - View commit details
-
Copy full SHA for d76038c - Browse repository at this point
Copy the full SHA d76038cView commit details -
feat(output): 구입 금액 입력 문구 출력 기능 구현
구입 금액 입력 안내 문구 상수화하여 Utils로 분리 및 출력 함수 생성
Configuration menu - View commit details
-
Copy full SHA for 7092e41 - Browse repository at this point
Copy the full SHA 7092e41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 927d489 - Browse repository at this point
Copy the full SHA 927d489View commit details -
Configuration menu - View commit details
-
Copy full SHA for a131fdd - Browse repository at this point
Copy the full SHA a131fddView commit details -
Configuration menu - View commit details
-
Copy full SHA for f160459 - Browse repository at this point
Copy the full SHA f160459View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1828b84 - Browse repository at this point
Copy the full SHA 1828b84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b352bc - Browse repository at this point
Copy the full SHA 4b352bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a491a3 - Browse repository at this point
Copy the full SHA 3a491a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c933389 - Browse repository at this point
Copy the full SHA c933389View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3e8098 - Browse repository at this point
Copy the full SHA f3e8098View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d1d06c - Browse repository at this point
Copy the full SHA 0d1d06cView commit details -
refactor(Input): 예외 상황 발생 시 재입력하도록 기능 수정
docs(Input): 테스트 불가한 기능 명세 수정
Configuration menu - View commit details
-
Copy full SHA for 9a1e489 - Browse repository at this point
Copy the full SHA 9a1e489View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab6ba3f - Browse repository at this point
Copy the full SHA ab6ba3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8113e96 - Browse repository at this point
Copy the full SHA 8113e96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f3b5f3 - Browse repository at this point
Copy the full SHA 2f3b5f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4d240f - Browse repository at this point
Copy the full SHA d4d240fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e710ba - Browse repository at this point
Copy the full SHA 7e710baView commit details -
Configuration menu - View commit details
-
Copy full SHA for e80c742 - Browse repository at this point
Copy the full SHA e80c742View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7e7bdb - Browse repository at this point
Copy the full SHA f7e7bdbView commit details -
feat($LottoMaker): 로또 발행 기능 구현
6개의 랜덤 숫자로 이뤄진 로또 발행 기능 구현 test($LottoMakerTest): 로또 발행 기능 테스트 구현 및 통과
Configuration menu - View commit details
-
Copy full SHA for 55d578a - Browse repository at this point
Copy the full SHA 55d578aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73b9952 - Browse repository at this point
Copy the full SHA 73b9952View commit details -
feat($LottoTickets): 구매 갯수만큼의 로또 발행 기능 구현
test($LottoTickets): 구매 갯수만큼의 로또 발행 기능 테스트 구현 및 통과
Configuration menu - View commit details
-
Copy full SHA for e159037 - Browse repository at this point
Copy the full SHA e159037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c6337 - Browse repository at this point
Copy the full SHA 04c6337View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4dc423 - Browse repository at this point
Copy the full SHA c4dc423View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57715d2 - Browse repository at this point
Copy the full SHA 57715d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d5396e - Browse repository at this point
Copy the full SHA 3d5396eView commit details -
refactor(Input): 당첨 번호 중복 유효성 검증 기능 구현
test(Input): 당첨 번호 중복 유효성 검증 기능 테스트 구현 및 통과
Configuration menu - View commit details
-
Copy full SHA for 84357ef - Browse repository at this point
Copy the full SHA 84357efView commit details -
refactor(Input): 당첨 번호 범위 검증 기능 구현
test(Input): 당첨 번호 범위 검증 기능 테스트 구현 및 통과 docs(Exception): 예외 기능 명세 추가
Configuration menu - View commit details
-
Copy full SHA for 4c71f71 - Browse repository at this point
Copy the full SHA 4c71f71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dece7e - Browse repository at this point
Copy the full SHA 0dece7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for de1886c - Browse repository at this point
Copy the full SHA de1886cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e2ed97 - Browse repository at this point
Copy the full SHA 9e2ed97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3690c72 - Browse repository at this point
Copy the full SHA 3690c72View commit details -
feat(Lotto): 보너스 번호 유일성 검증 기능 구현
test(Lotto): 보너스 번호 유일성 검증 기능 테스트 및 통과
Configuration menu - View commit details
-
Copy full SHA for a53854d - Browse repository at this point
Copy the full SHA a53854dView commit details -
feat(Lotto): 하나의 보너스 번호 입력 검증 기능 구현
test(Lotto): 하나의 보너스 번호 입력 검증 기능 테스트 및 통과
Configuration menu - View commit details
-
Copy full SHA for 8d8cf59 - Browse repository at this point
Copy the full SHA 8d8cf59View commit details -
refactor(Exception): 범위 검증 예외 발생 구현
test(Exception): 범위 검증 예외 발생 테스트 구현 및 통과
Configuration menu - View commit details
-
Copy full SHA for bc74675 - Browse repository at this point
Copy the full SHA bc74675View commit details -
test(Exception): 예외 발생 시 '[ERROR]' 문구 출력했으나 방식 오류로 테스트 통과 실패
오류를 던지면서 오류 메시지에 해당 문구를 넣어놨으나 주어진 테스트는 먼저 출력해야만 성공할 수 있음. 하지만 오류를 던지면서 메시지에 문구 넣는 것이 맞다고 판단되어 그대로 작성
Configuration menu - View commit details
-
Copy full SHA for 673f451 - Browse repository at this point
Copy the full SHA 673f451View commit details