vote up 4 vote down star
4

It seems like you should be able to configure your preferred unit testing framework as a plugin to Visual Studio/Team system like you can with SourceControl providers. Is anyone aware of an effort within microsoft to allow for swapping out MStest for nUnit, mbUnit or others. Obviosly nothing prevents me from using these other frameworks but they aren't integrated into the IDE.

flag
Why would that be Microsoft's job? – Thorarin Sep 17 at 12:57
1  
Get ReSharper . – Mauricio Scheffer Sep 17 at 17:09
I use TestDriven.NET and ReSharper, which integrate into the IDE and let you run tests. But they don't plug into the "Test" menu that allows you to generate tests, you can only generate MSTests with that feature of the IDE, which is what I was asking about – JNappi Sep 18 at 14:56

1 Answer

vote up 4 vote down

If you have a look at TestDriven.NET and Gallio, they both have test runners that integrate to the IDE and allow the use of other testing frameworks.

If you are adverse to spending a little this is just on of the many benefits of ReSharper. (r#)

Not sure MS would want to encourage us to use another one unfortunately.

Kindness,

Dan

link|flag
1  
@Dan Elliott: When creating an ASP.NET MVC project they allow selection of an alternative test framework so they're not totally against it. – Alex Angas Sep 18 at 13:25
Brad Wilson (the creator of xUnit is) on the ASP.NET MVC team; I think these facts may be related ;) – Daniel Elliott Sep 18 at 13:43
@Alex, I'll have to look into MVC's method of selecting an alternative test framework. How is that accomplished? – JNappi Sep 18 at 14:59
Found it, this is a start. "The Test Framework wizard will allow the developer to choose from a list of available unit testing frameworks but is pluggable to allow for additional testing frameworks to be added." – JNappi Sep 18 at 15:01

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.