Understanding Test Doubles: An Introduction to Mocks and Stubs
Welcome to the module that will transform the way you write unit tests. Until now, we have tested classes that were largely independent. In the real world, however, classes collaborate with each other. A UserService class might need an EmailClient cl...
antoniosilva.hashnode.dev6 min read