This weekend I was all busy spending some quality time digging into NUnit Unit Test framework. My requirement was to write some Unit tests for a Windows CF version 1.0 application. After getting a fair bit of an understanding about the Assertions, and Attributes, I wrote some simple Test Cases and compiled. I got some disturbing compile time errors regarding mscorlib.dll. The VS Compilor was indicating some dll version issue. I tried in vain, and yesterday morning decided to remove the reference NUnit.Framework which I have added to my Project reference.

Hey…………Suddenly the application compiled successfully. I took a step back and saw this in the NUnit documentation.

So there it is. NUnit currently does not support Unit Testing on Windows Compact Framework. Also As Jamie Cansdale has replied to an inquiry which I made, neither TestDriven.NET support this. My Applications are on CF Version 1.0. So cannot take advantage of Orcas I guess.