Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Also, be aware that Microsoft is no longer actively developing Moles, from research.microsoft.com/en-us/projects/moles "The Fakes Framework in Visual Studio 2012 is the next generation of Moles & Stubs. Fakes is different from Moles, however, so moving from Moles to Fakes will require some modifications to your code. The Moles framework will not be supported in Visual Studio 2012." Commented Aug 1, 2013 at 15:26
  • Is this really good for testing purposes? Imagine you load a collection and you perform add or remove. You cannot test with this that the operations were successful, can you? Commented Sep 14, 2016 at 16:41