1 pages tagged with "mocking"
To mock or not to mock
January 11, 2021Mocking is useful, but “what to mock” usually turns out to be a bit more complicated than expected if you don’t treat this carefully.
Mocking is useful, but “what to mock” usually turns out to be a bit more complicated than expected if you don’t treat this carefully. How to escape the mocking hell What is actually happening when we create a mock? Which types of mocks are there? Is mocking good or bad? Well, as always, everything …