MSTEST CollectionAssert use with generics?

Posted by Rosarch on Stack Overflow See other posts from Stack Overflow or by Rosarch
Published on 2010-03-14T04:30:40Z Indexed on 2010/03/14 4:45 UTC
Read the original article Hit count: 490

Filed under:
|
|
|

It appears that CollectionAssert cannot be used with generics. This is super frustrating; the code I want to test does use generics. What am I to do? Write boilerplate to convert between the two? Manually check collection equivalence?

© Stack Overflow or respective owner

Related posts about generics

Related posts about unit-testing