Top "Microsoft-fakes" questions

Microsoft Fakes is an isolation framework for creating delegate-based test stubs and shims in .NET Framework applications.

MSB3270: Mismatch between the processor architecture - Fakes Framework

Since I use Fakes Framework in my UnitTest, I get the following MSBuild warning. warning MSB3270: There was a mismatch …

.net msbuild compiler-warnings microsoft-fakes
Mock framework vs MS Fakes frameworks

A bit confused on the differences of Mock frameworks like NMock vs the VS 2011 Fakes Framework. Going through MSDN, what …

unit-testing microsoft-fakes
How do I add a fakes assembly in VS 2012 Professional RC?

According to the two articles below on VS 2012 and Microsoft Fakes Test Framework, I should be able to right click …

c# tdd visual-studio-2012 microsoft-fakes
How to pass in a mocked HttpClient in a .NET test?

I have a service which uses Microsoft.Net.Http to retrieve some Json data. Great! Of course, I don't want …

c# .net mocking dotnet-httpclient microsoft-fakes
MS Fakes unit tests failing after Visual Studio 2013 Update 4

I have recently upgrade from Microsoft Visual Studio 2013 Update 3 (Premium edition) to Microsoft Visual Studio 2013 Update 4 (Premium edition) and now …

unit-testing visual-studio-2013 microsoft-fakes
Add Fakes Assembly option missing

I'm trying to get the Microsoft Fakes up and running in a Unit test project that I've set up in …

visual-studio-2012 vs-unit-testing-framework microsoft-fakes
How to mock/fake SmtpClient in a UnitTest?

I want to use it to fake System.Net.Mail.SmtpClient in a MS-Test UnitTest. Therefor I added a Fakes …

c# mstest microsoft-fakes
Need a work around Microsoft.QualityTools.Testing.Fakes

We been getting this on are most up to date systems VS 12 update 4 we have tried setting specific version to …

c# visual-studio unit-testing microsoft-fakes
How do Install Microsoft Fakes (Unit Test Isolation) on VS 2013 Professional edition

I want to start writing unit test cases using the Microsoft Fakes framework in Visual Studio 2013 Professional. Please advise on …

unit-testing visual-studio-2013 microsoft-fakes
Can't build project with Fakes assembly

I've added a Fakes assembly to my Visual Studio 2012 unit test project, corresponding to my application project (the System Under …

c# unit-testing microsoft-fakes