We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#69
실제 구현을 대역으로 대체하는 법을 알아보고 실습하면서 다양한 상황에서 테스트 코드를 작성하는 능력을 키운다.
The text was updated successfully, but these errors were encountered:
외부 HTTP 서버에 의존하는 경우 - #71
493aef9
외부 서버에 의존하는 CardNumberValidator를 대역으로 대체 - #71
c7c95c8
DB 연동 코드도 대역을 사용 - #71
241092d
Spy 대역을 통해 이메일 발송 호출 여부 확인 - #71
59eff05
모의 객체(Mock)를 통해 Stub과 Spy 대체 - #71
1e63536
- 모의 객체 생성, - BDDMockito를 사용하여 Stub을 대체 - 모의 객체가 기대한 대로 불렸는지 검증 - Spy 대체
Chap 07. 대역
Sorry, something went wrong.
hou27
Successfully merging a pull request may close this issue.
#69
⭐ Chapter 7. 대역
실제 구현을 대역으로 대체하는 법을 알아보고 실습하면서 다양한 상황에서 테스트 코드를 작성하는 능력을 키운다.
The text was updated successfully, but these errors were encountered: