|
|
|
|
|
by Cyph0n
1216 days ago
|
|
Fakes are not mocks. A fake is an actual (simplified) implementation of the dependency. For example, if your dependency is a distributed key-value store, a fake would expose the same API but using an in-memory hashmap under the hood. |
|