Pregunta

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.

¿Fue útil?

Solución

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

Otros consejos

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top