mstest v2

Forum discussion tagged with mstest v2.
  1. sao123

    Need help with Unit Testing C# with Microsoft Fakes

    I have a class I am trying to write a unit test for, and I need to write a Shim to override the default constructor behavior, MS documentation suggests this is possible. but I can't seem to make it work. This case has been simplified for the sake of brevity...Please help! public class...