I would like to test a function with a tuple from a set of fringe cases and normal values. For example, while testing a function which returns true whenever giv
I think you can do this with the Row Test Attribute (available in MbUnit and later versions of NUnit) where you could specify several sets to populate one unit test.