HerrLoesch
HerrLoesch

Reputation: 1043

Test generation in Visual Studio 2012

Visual Studio 2010 had a feature with which it was possible to generate a test method for each public method or property of a class. Even I know that the result was more or less use less, I was wondering if this feature still exists in VS2012 because I didn't find it.

Upvotes: 0

Views: 1497

Answers (2)

Mårten
Mårten

Reputation: 349

Try this plugin: http://blogs.msdn.com/b/willy-peter_schaub/archive/2013/06/13/announcing-the-unit-test-generator-visual-studio-extension-beta.aspx

I miss the option to configure the structure in which it creates tests but besides that it works fine.

Upvotes: 2

Andrew Clear
Andrew Clear

Reputation: 8020

This feature has been removed from VS 2012.

Upvotes: 3

Related Questions