-
Notifications
You must be signed in to change notification settings - Fork 0
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
3주차 - 테스트 코드 작성 순서 - 김정호 #19
Labels
documentation
Improvements or additions to documentation
Comments
Merged
hou27
added a commit
that referenced
this issue
Jan 12, 2023
납부 금액 기준으로 서비스 만료일 계산 기능 구현을 통해 테스트 작성 순서를 연습하기 위해 테스트 파일 생성
실습을 위한 유료 서비스 구현규칙
|
hou27
added a commit
that referenced
this issue
Jan 12, 2023
테스트 코드만 작성 후 바로 돌려보니 통과됨. : LocalDate#plusMonths() method가 알아서 한 달 추가 처리해준 것을 확인할 수 있음
|
hou27
added a commit
that referenced
this issue
Jan 12, 2023
두 달 또는 세 달 뒤가 만료일인 예외는 새로운 것을 추가해야함. 그렇기 때문에 한 달 뒤가 만료일인 경우의 예외 케이스를 먼저 마무리
hou27
added a commit
that referenced
this issue
Jan 12, 2023
public static Builder builder() { return new Builder(); }
hou27
added a commit
that referenced
this issue
Jan 12, 2023
첫 납부일과 만료일의 일자가 다른 경우 만 원 추가 납부 시 다음 만료일은 첫 납부일과 같도록 함
hou27
added a commit
that referenced
this issue
Jan 12, 2023
추가된 조건에 따라 메서드 추가 구현 및 리팩토링 (첫 납부일의 일자가 만료일의 달에 존재하지 않는 경우 고려)
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#18
⭐ Chapter 3. 테스트 코드 작성 순서
어떤 테스트로 시작해야 하는지, 우선시 되어야 하는 테스트는 무엇인지를 공부하고
완급 조절을 통해 TDD에 보다 능숙해질 수 있도록 한다.
The text was updated successfully, but these errors were encountered: