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
추가하려는 기능에 대해 간결하게 설명해주세요
현재 Service레이어는 의존성이 있는 class를 Mock을 사용하여 테스트 중임. 하지만 Mock 사용은 리팩터링 내성이 낮아 좋지 않음(구현 세부 사항에 대해 테스트 하므로) 이를 제거하고 구현 세부 사항이 아닌 출력 기반 테스트를 할 필요가 있음
The text was updated successfully, but these errors were encountered:
No branches or pull requests
어떤 기능인가요?
현재 Service레이어는 의존성이 있는 class를 Mock을 사용하여 테스트 중임. 하지만 Mock 사용은 리팩터링 내성이 낮아 좋지 않음(구현 세부 사항에 대해 테스트 하므로) 이를 제거하고 구현 세부 사항이 아닌 출력 기반 테스트를 할 필요가 있음
작업 상세 내용
참고할만한 자료(선택)
The text was updated successfully, but these errors were encountered: