I\'m writing a class library that contains several specialized implementations of common data structures (lists, sets, dictionaries...). I find myself always writing the sam
You could have a look at the Mono unit tests on Github - there is at least Dictionary and IList tests there already.
Dictionary
IList