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
테스트 환경에 사용되던 테스트 더블 클래스명을 fake에서 stub으로 변경한다. 무의식중에 fake라는 이름을 사용하였는데, stub과 fake의 차이를 학습해보니 내가 구현한 클래스는 stub에 가깝다고 생각했다.
0.5h
The text was updated successfully, but these errors were encountered:
helenason
Successfully merging a pull request may close this issue.
📌 Description
테스트 환경에 사용되던 테스트 더블 클래스명을 fake에서 stub으로 변경한다. 무의식중에 fake라는 이름을 사용하였는데, stub과 fake의 차이를 학습해보니 내가 구현한 클래스는 stub에 가깝다고 생각했다.
📝 To-do
예상 소요 시간
0.5h
The text was updated successfully, but these errors were encountered: