Visual Studio 2012 Fakes
Microsoft has released a kind of “mocking” framework in Visual Studio 2012. In most cases when we are writing unit tests, we’re using frameworks like Moq, which helps us creating Mocks/Stubs. (For example: Mocking the data layer so that we can test the business layer.) In this tutorial, you see how to use “Stub” and… Read More »