Frage

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.

War es hilfreich?

Lösung

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

Andere Tipps

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top