Loading ...

Stubs Vs Shims Difference

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...