hcn1519 / TILMemo

블로그 초안 저장소
10 stars 1 forks source link

UnitTest - Swift Mocking #77

Open hcn1519 opened 3 years ago

hcn1519 commented 3 years ago
hcn1519 commented 2 years ago

When to mock

https://blog.cleancoder.com/uncle-bob/2014/05/10/WhenToMock.html

Mock이 없다면?

모든 테스트에 Mock을 쓴다면?

언제 mocking해야 하는가?

Mock across architecturally significant boundaries, but not within those boundaries.

Write your own Mocks