Search   Feed   Browse   Add
Feed items 1 - 1 of 1 for July 2008

It's the Tests

NUnit, TDD and the role of tests in agile development

NUnits Generic Test Fixtures - July 3, 2008

One recent addition to NUnit 2.5 is the ability to define generic test fixtures, allowing the same fixture to be reused for multiple types that implement the same interface or even just having common method signatures. For example, the following code tests multiple implementations of IList. TestFixture(typeof(ArrayList)) TestFixture(typeof(List&60;int&62;)) public class IList_Tests&60;TList&62; where TList : IList, new() private ...
http://nunit.com/blogs/?p=62
Available Archives
- May (6 items)
- June (1 item)
- July (1 item)
- August (2 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact