Stub vs Mock – How to Make an Intelligent Choice in C#?
One of the most important design principles of unit testing is testing in isolation. That means that the code being tested should be isolated from …
One of the most important design principles of unit testing is testing in isolation. That means that the code being tested should be isolated from …
Have you ever reviewed a code where you have a class hierarchy but stumbled upon many methods that throw a NotImplementedException? If so, then the …
Did you know that dead pharaohs can have passports as well? And fly around the world? Believe it or not, it’s true. In 1974, Egypt …
Have you ever written a feature that didn’t work from the start? The one that had bugs in it? If so, you know how frustrating …