Hi Jay, > Does this mean that you validated through the interface? For example > with IList you would verify that Add worked by executing Contains? > Yes, there were no explicit references to the implementations inside the test method, and the results were verified solely using the interface methods (black box approach). This only works for some interfaces though - for instance, it's difficult to verify that IEnumerable is correctly implemented without knowledge of the container (number and ordering of the items).
The TypeFixture does indeed look like a neat solution for this. Yours, Morten --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
