-
I just read a post from Daniel Cazzulino about mocking extension methods. He wants to mock an extension method so that it behaves as he defines in his test, instead of actually calling the real method. To do this, Daniel creates an interface where every method signature is copied to, modifies the original...