-
|
섹션 9 강의를 들으면서 mock 코드라는 말이 몇번 언급됐던 것 같은데 처음 들어보는 거 같아서요! |
Beta Was this translation helpful? Give feedback.
Answered by
YuDeokRin
Apr 7, 2024
Replies: 1 comment
-
|
mock 같은 경우 테스트 코드를 짤 때 사용됩니다. 외부 요인은..
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chaelink
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mock 같은 경우 테스트 코드를 짤 때 사용됩니다.
테스트 코드를 작성하다 보면 외부 요인이 필요한 시점이 있는데 그것을 도와주는 것이 Mock(대역)입니다.
외부 요인은..
을 말합니다.