Search code examples
Do I Stub or Shim a method inside my test method?...


c#unit-testingmicrosoft-fakesstubs

Read More
How to stub out a generic method definition in an interface using Microsoft Fakes in c#...


unit-testinggenericsmockingmicrosoft-fakesstubbing

Read More
How can I parameterise Azure's TableOperation.Retrieve<TElement> in a method in c# .NET...


c#azuretddazure-storagemicrosoft-fakes

Read More
ShimNotSupportedException in MS VisualStudio 2012...


c#visual-studiomicrosoft-fakesisolationshim

Read More
"Faking" Session variable(HttpSessionstateBase) of the controller in asp.net mvc...


c#asp.netasp.net-mvcmicrosoft-fakes

Read More
MsBuild error MSB1025 - System.Threading.Tasks.Dataflow not found (following fake generation problem...


visual-studio-2013msbuildmicrosoft-fakes

Read More
How can I stub IDBconnection...


unit-testingmsteststubmicrosoft-fakesshim

Read More
How to access a Static Class Private fields to unit test its methods using Microsoft Fakes in C#...


c#unit-testingmicrosoft-fakes

Read More
Unit Testing Interface and abstract memebers using shims in Visual Studio 2013...


c#unit-testingmicrosoft-fakes

Read More
valid use of Shim in a Test Method in VS 2013 for c# code...


c#unit-testingmicrosoft-fakes

Read More
How to shim XmlAttribute using Microsoft Fakes in VS 2013...


c#unit-testingmicrosoft-fakes

Read More
How to throw an exception from the method with return type as void using Microsoft Fakes on VS 2013...


c#stubmicrosoft-fakesshim

Read More
How to unit test an abstract class using Microsft Fakes framework...


c#unit-testingmicrosoft-fakespex

Read More
Calling original method in shim class...


c#mstestmicrosoft-fakesshim

Read More
MicroSoft Fakes on static with different returns...


c#unit-testingmicrosoft-fakes

Read More
MS Fakes loading assembly fails only in MSBuild...


c#msbuildmicrosoft-fakes

Read More
Visual Studio 2013 Update 4 Changes MSFakes Shim Object Default Behaviour...


unit-testingvisual-studio-2013microsoft-fakes

Read More
How to shim OpenFileDialog.ShowDialog method...


c#unit-testingmicrosoft-fakes

Read More
vs 2012: Shims compile...


visual-studio-2012shimmicrosoft-fakes

Read More
MSFakes, how do I stub this call twice?...


c#microsoft-fakes

Read More
How can I fake Assembly.LoadFile and Assembly.GetTypes?...


c#unit-testingvisual-studio-2013microsoft-fakes

Read More
Can't run unit test Visual Studio 2012 Ultimate...


unit-testingvisual-studio-2012mstestmicrosoft-fakes

Read More
How can use Microsoft Fakes to mock User.Identity.Name...


c#unit-testingasp.net-mvc-4visual-studio-2012microsoft-fakes

Read More
Stubs with varying parameter...


microsoft-fakes

Read More
Using MSTest and Fakes (Shim) to shim the .Net System.Windows.Forms.Screen constructor for unit test...


c#.netunit-testingmicrosoft-fakes

Read More
How to shim a class that is called more than once in the tested function using microsoft fakes...


c#asp.net.netunit-testingmicrosoft-fakes

Read More
Mocking database with Microsoft Fakes...


vb.netunit-testingmockingmicrosoft-fakes

Read More
Which methods absolutely need Unit Testing...


unit-testingjunitmicrosoft-fakes

Read More
Why doesn't Microsoft Fakes create ShimFtpWebRequest?...


c#unit-testingmicrosoft-fakes

Read More
Fake template method in MS Fakes Framework...


c#unit-testingmicrosoft-fakesgeneric-method

Read More
BackNext