Reputation: 4489
I want to start writing unit test cases using the Microsoft Fakes framework in Visual Studio 2013 Professional.
Please advise on how I can achieve this.
Upvotes: 10
Views: 15366
Reputation: 86146
Although Fakes is only available to VS Ultimate/Enterprise users, its predecessor, Moles, is available for free.
They're largely the same, except Fakes uses a different naming scheme, and plays slightly better with non-MSTest testing frameworks.
There is also an open-source alternative named Prig which I know nothing about.
Upvotes: 2
Reputation: 4647
Fakes is only available with VS Ultimate and Premium. There is no installer that will allow you add the fakes functionality to VSPro
http://www.visualstudio.com/products/compare-visual-studio-products-vs
Upvotes: 19