How to unit test generic classes
- by Rowland Shaw
I'm trying to set up some unit tests for an existing compact framework class library. However, I've fallen at the first hurdle, where it appears that the test framework is unable to load the types involved (even though they're both in the class library being tested)
Test method MyLibrary.Tests.MyGenericClassTest.MyMethodTest threw exception: …