<aside>
〰️ terminology
- [x] 추상적인(전문적인) 용어임.
- [x] 키워드가 가까운 시일 내 검색될 것 같지 않음.
- [x] 알아두고 싶은 단어임.
</aside>
정의
이 단어를 발견한 곳
- 538p, 더 나은 방법은 데이터베이스를 모킹(mocking) 하는 것이다. 목(mock) 은 자신이 흉내내려는 대상에 의존하는 다른 함수들이 어떤 요청을 보내면 어떤 응답을 보내야 할지 알고, 요청에 따라 적절한 응답을 돌려준다. 목과 페이크를 구분하는 것은 중요하다.
- Solitary testing (or mocking) doesn’t rely on real data from other units. Sociable testing makes the implicit assumption that other modules are working.