Stubs Vs Shims Difference 12 October 2017 Hello everybody, today I want to mention difference between two kinds of testing. Shim vs Stub. Take a look at the following code sample: // Stub sample public interface IDependency { void SomeMethod(); } // Take note that&nb... Read more on Stubs Vs Shims Difference...