NUnit had to go out of its way to provide the sorts of things that you
get for free in C# 3.0 (or F# now, if you like writing your tests in a
language that your coworkers don't understand). I'm stuck with .NET
2.0, though, and I know that others are stuck with 1.1. It would, as
Hai said, be very handy to assert that two IList collections are
equal / equivalent within some range, or that a list of the
"Something" property of the list elements is equal to some other
list...that sort of thing. I do this all the time, and I hate having
to write foreach loops before I can make the assertion, or using
List<>.ConvertAll() with an anonymous delegate (this is very verbose,
and ugly if I try to squeeze it onto a line).

I'm just suggesting that a more elaborate assertion syntax should be
forward-compatible with LINQ, though I don't have any more precise
suggestions.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MbUnit.User" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/MbUnitUser?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to