gallio
There are 2 entries for the tag
gallio
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...
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. ...