.NET Unit Testing packages? - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T23:48:01Zhttp://stackoverflow.com/feeds/question/1760http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1760/net-unit-testing-packages16.NET Unit Testing packages?Orion Edwards2008-08-05T00:51:49Z2009-07-19T20:34:25Z
<p>Getting back into a bit more .NET after a few-years of not using it full-time, and wondering what the good unit testing packages are these days.</p>
<p>I'm familiar with NUnit (a few years ago), and have played briefly around with IronRuby, with the goal of getting something like rspec going, but don't know much beyond that.</p>
<p>I realise I could google for this and call it a day but I believe I'm likely to get a better and more informed response from asking a question here :-)</p>
<p>Suggestions?</p>
http://stackoverflow.com/questions/1760/net-unit-testing-packages/1765#17650Answer by Brett Veenstra for .NET Unit Testing packages?Brett Veenstra2008-08-05T00:57:48Z2008-08-05T00:57:48Z<p>I like <a href="http://www.mbunit.com/" rel="nofollow">MbUnit</a>, er, <a href="http://www.gallio.org/" rel="nofollow">Gallio</a>. Most importantly to me is having good tools support inside Visual Studio. For that I use <a href="http://www.jetbrains.com/resharper/index.html" rel="nofollow">Resharper</a>, which has an <a href="http://code.google.com/p/mbunit-resharper/" rel="nofollow">MbUnit test runner</a>. A lot of folks seem to like <a href="http://www.testdriven.net/overview.aspx" rel="nofollow">TestDriven.NET</a> as their test runner as well.</p>http://stackoverflow.com/questions/1760/net-unit-testing-packages/1820#18201Answer by Wolfbyte for .NET Unit Testing packages?Wolfbyte2008-08-05T02:07:50Z2008-08-05T02:07:50Z<P>I like <A href="http://www.testdriven.net/overview.aspx" rel="nofollow">TestDriven.NET</A> (even though I use ReSharper) and I'm pretty happy with <A href="http://www.codeplex.com/xunit" rel="nofollow">XUnit.net</A>. It uses Facts instead of Tests which many people dislike but I like the difference in terminology. It's useful to think of a collection of automatically provable Facts about your software and see which ones you violate when you make a change.</P>
<P>Be aware that <A href="http://blogs.msdn.com/buckh/archive/2007/03/27/orcas-unit-testing-to-be-available-in-visual-studio-professional.aspx" rel="nofollow">Visual Studio 2008 Professional (and above) now comes with integrated Unit Testing</A> (it used to be available only with the Team System Editions) and may be suitable for your needs. </P>http://stackoverflow.com/questions/1760/net-unit-testing-packages/1821#182129Answer by Brad Tutterow for .NET Unit Testing packages?Brad Tutterow2008-08-05T02:15:24Z2008-09-03T17:30:36Z<p>There are so many it's crazy. Crazy good, I guess.</p>
<ul>
<li>For the conservative types (me), <a href="http://www.nunit.org/" rel="nofollow"><strong>NUnit</strong></a> is still available and still more than capable.</li>
<li>For the Microsoft-types, <a href="http://msdn.microsoft.com/en-us/vstudio/default.aspx" rel="nofollow"><strong>MSTest</strong></a> is adequate, but slow and clunky compared to Nunit. It also lacks code coverage without paying the big bucks for the pricey versions of Visual Studio.</li>
<li>There's also <a href="http://www.mbunit.com/About.aspx" rel="nofollow"><strong>MbUnit</strong></a>. It's like NUnit, but has nifty features like RowTest (run the same test with different parameters) and Rollback (put the database back like you found it after a test) </li>
<li>And finally, <a href="http://www.codeplex.com/xunit" rel="nofollow"><strong>xUnit.net</strong></a> is the trendy option with some attitude.</li>
<li>Oh, and <a href="http://testdriven.net/" rel="nofollow"><strong>TestDriven.NET</strong></a> will give you IDE integration for both Nunit and MBunit.</li>
</ul>
<p>I'm sure they're all just fine. I'd steer away from MSTest though, unless you just enjoy the convenience of having everything in one IDE out of the box.</p>
<p><a href="http://www.hanselminutes.com/default.aspx?showID=130" rel="nofollow">Scott Hanselman</a> has a podcast on this very topic.</p>
http://stackoverflow.com/questions/1760/net-unit-testing-packages/2831#28313Answer by Orion Edwards for .NET Unit Testing packages?Orion Edwards2008-08-05T20:53:00Z2008-08-05T20:53:00Z<p>Thanks for those</p>
<p>xUnit.net looks like it provides a slightly different approach to N/MB/MS/Unit, which is interesting.</p>
<p>In my search for an rspec-like solution (because I LOVE the rspec), I also came across <a href="http://nspec.tigris.org/" rel="nofollow">NSpec</a>, which looks a bit wordy, but combined with the <a href="http://code.google.com/p/nspec-extensions/" rel="nofollow">NSpec Extensions</a> addon to use C#3 extension methods, it looks pretty nice.</p>http://stackoverflow.com/questions/1760/net-unit-testing-packages/3603#36034Answer by Judah Himango for .NET Unit Testing packages?Judah Himango2008-08-06T16:07:06Z2008-08-06T16:07:06Z<p>We use NUnit and <a href="http://mbunit.com" rel="nofollow">MBUnit</a> here. We use <a href="http://testdriven.net" rel="nofollow">TestDriven.NET</a> to run the unit tests from within Visual Studio. We use the excellent, highly recommended <a href="http://www.ayende.com/projects/rhino-mocks/downloads.aspx" rel="nofollow">RhinoMocks</a> as a mock framework.</p>http://stackoverflow.com/questions/1760/net-unit-testing-packages/3979#39791Answer by Lance Fisher for .NET Unit Testing packages?Lance Fisher2008-08-06T21:03:00Z2008-08-06T21:03:00Z<p>I used to use NUnit, but I switched to MbUnit since it has more features. I love RowTest. It lets you parametrize your tests. NUnit does have a litter bit better tool support though. I am using ReSharper to run MbUnit Tests. I've had problems with TestDriven.NET running my SetUp methods for MbUnit.</p>http://stackoverflow.com/questions/1760/net-unit-testing-packages/11163#111631Answer by Dan Blair for .NET Unit Testing packages?Dan Blair2008-08-14T15:04:08Z2008-08-14T15:04:08Z<p>This is really a personal opinion on my part (I guess that's redundant since it is a forum). NUnit, MSTest, ect all do pretty mutch the same thing. However I find NMock indispensable.</p>
<p>NMock or any mocking package is not unit testing but it makes it so much easier to do unit testing that it mught as well be.</p>
http://stackoverflow.com/questions/1760/net-unit-testing-packages/11170#111704Answer by IainMH for .NET Unit Testing packages?IainMH2008-08-14T15:09:17Z2008-08-14T15:09:17Z<p>Stick to NUnit. Don't go anywhere near MSTest.</p>
<p>NUnit + ReSharper is an absolute joy to work with.</p>
http://stackoverflow.com/questions/1760/net-unit-testing-packages/31648#316484Answer by Doug R for .NET Unit Testing packages?Doug R2008-08-28T03:52:44Z2008-08-28T03:52:44Z<p>I used to use NUnit, but now tend to use MbUnit, for two key features:
1. The RowTest feature allows you to easily run the same test on different sets of parameters, which is important if you really want thorough coverage.
2. The Rollback feature allows you to run tests against your database while rolling back changes after every test, keeping your database in exactly the same state every time. And it's as easy as adding the [Rollback] attribute.</p>
<p>Another nice aspect of MbUnit is that its syntax is nearly identical to NUnit, so if you have a whole test bed already in place under NUnit, you can just switch out the references without the need to change any (very much?) code.</p>
http://stackoverflow.com/questions/1760/net-unit-testing-packages/56259#562591Answer by khebbie for .NET Unit Testing packages?khebbie2008-09-11T10:54:50Z2008-09-11T10:54:50Z<p>I have made a small example of testing a .net lib using ironRuby:
<a href="http://khebbie.dk/post/2008/08/Example-of-using-ironRubys-mini_rspec-library.aspx" rel="nofollow">http://khebbie.dk/post/2008/08/Example-of-using-ironRubys-mini_rspec-library.aspx</a></p>
http://stackoverflow.com/questions/1760/net-unit-testing-packages/204949#2049491Answer by TDD for .NET Unit Testing packages?TDD2008-10-15T14:33:01Z2008-10-15T14:33:01Z<p>I use the following:</p>
<p><a href="http://www.testdriven.net" rel="nofollow">TestDriven.NET</a> - Unit Testing add on for Visual Studio </p>
<p><a href="http://www.typemock.com" rel="nofollow">Typemock Isolator</a>- Mocking framework for .Net Unit Testing</p>
<p><a href="http://www.nunit.org" rel="nofollow">NUnit</a> - An open source unit testing framework that is in C#.</p>
http://stackoverflow.com/questions/1760/net-unit-testing-packages/1150818#11508181Answer by Jeff Brown for .NET Unit Testing packages?Jeff Brown2009-07-19T20:34:25Z2009-07-19T20:34:25Z<p>This is an old question but you might find it interesting that Gallio v3.1 now supports RSpec via IronRuby.</p>