mbunit

There are 4 entries for the tag mbunit
Assert.AreValueEqual

One of the interesting aspects of backfilling documentation is uncovering methods few seem to have discovered. Case in point, the Assert.AreValueEqual method in MbUnit v2. Rather than the straightforward AreEqual methods to compare the values of a property in an object or the AreSame methods to compare whether two objects are actually the identical object or of the same type, AreValueEqual verifies that two objects, expected and actual, both have a property described a PropertyInfo object, that the property is not null, and that the value of the property in both objects is equal. It's a...

posted @ Monday, July 21, 2008 10:13 PM | Feedback (1)

Gallio and MbUnit 3 alpha 2 released

Update (23/03) : Jeff has now blogged the full list of new features in alpha 2. Eight days until the book deadline now, but just a quick note to point out that Jeff, Mark and the rest have just released alpha 2 of MbUnit v3 and the framework-neutral test platform that it runs on, Gallio. It's available now at the brand new www.gallio.org which we'll be working on over the next few months to get spangly and packed with information. So congrats Jeff and all. It's looking proper nice and it's only alpha 2. ...

posted @ Sunday, March 23, 2008 1:30 PM | Feedback (1)

MbUnit v3 Alpha 1 Released

Jeff cut the alpha 1 release of MbUnit v3 today. The download can be found here. It's rough but allows you to see how things will work in MbUnit 3. The main focus of Jeff's work thus far has been the separation between the test framework which has been named Gallio and the MbUnit test runner plug-ins which sits on top of it. Currently this release comes with plug-ins to run MbUnit 2.4 and 3.0 tests, NUnit 2.4 and XUnit b2 tests with hopefully more to come. No docs for the 3.0 test asserts and decorators yet. v2.4 API docs...

posted @ Thursday, November 29, 2007 1:17 PM | Feedback (0)

docs.mbunit.com. Stage 3 Complete

About five months or so ago, I logged a few bugs about the documentation for MbUnit. I also created a couple of simple project templates for MbUnit and nUnit. It was easy enough to do and I ended up chatting to Andy Stopford a bit about writing a book on MbUnit. Nothing has happened with that yet, but instead Andy asked me to try and wrestle the current MbUnit documentation into some sort of shape. About the same time, there was a thread or two of discussion dismissing any open source project's hopes of having a decent set of documentation that...

posted @ Monday, August 13, 2007 11:57 PM | Feedback (6)