Is there a library of default unit tests for .NET interface implementations?

Viewed 310

For example, I have a type which implements IDictionary, and I need test coverage to ensure that it does it properly. I just wondered if there is a repository of standard, reusable tests for this kind of thing anywhere; if there isn't, I might create one.

2 Answers
Related