Browse by Tags
All Tags »
NUnit (
RSS)
Next month I'll be talking about MbUnit at the AgileNorth 2007 conference , this is a one day event to be held in Manchester, UK and will feature sessions from folks such as ThoughtWorks and Exoftware. MbUnit folks will also be on the road into the new...
Charlie and the NUnit team have been hard at work with the fruits of labour seeing light of day in the RC of NUnit 2.4 . I note with interest that the constraint based asserts have been added in this RC. On the TDD list this syntax was debated in some...
Dan Maharry has created some great VS templates for both MbUnit and NUnit . I hope to get a version of these into the MbUnit distro so any and all feedback on these would be great to hear.
Interesting work from Scott Bellware on adding BDD syntaxt to NUnit .
I was going to comment on Jeremys post on OSS in the Microsoft world but decided to write it up here. While I agree that OSS in the .NET world has a some way to go, it's getting better and better all the time. The very project I lead, MbUnit , is...
Dan Crevier has series of posts on the DM-V-VM pattern , including how to implement it and how ot test it. Porting to MbUnit or NUnit would be a change of referance and using statement and from [ TestClass ] public class StockModelTests [ TestMethod ...
Charlie has more info on the new NUnitLite assert, Assert.That . This assert lets you add an expression (of sorts) to compare the actual to expected. Rooting around in my brain has been the use of C# 3.0 expression trees in a very simlar way to what Charlie...
Now I have access to RSS Bandit I can catch up fully with the weeks news (old news to you lot I know but news to me :) .NET 3.0 goes to RC (I guess RC1), follows closely in the wake of Vista RC. [ Via Wayne ] EWD goes to Beta 1 , congrats to Wayne and...
MbUnit has a lot of asserts that you can use in your testing toolbox. To help you see the difference between unit test frameworks I have compared the asserts from the current NUnit release to the current MbUnit release as follows. AreEqual - NUnit AreNotSame...
[ Via Sam ] Charlie and the NUnit folks have been hard at work and NUnit 2.4 alpha has been released , this release adds CollectionAssert and a few other interesting features. Of course you know what I am going to say, MbUnit already has CollectionAssert...
More Posts