Unit Testing on .NET Compact Framework
Breaman has started a project on SourceForge to support unit testing on the .NET Compact Framework. I'm currently working to support multiple testing frameworks and platforms with NUnitAddin. In order to support Mono and Rotor I’ve been working on a test runner that relies on only the most basic .NET Framework assemblies. I imagine the .NET Compact Framework will include System.Net and System.Xml? If so, adding support for Breaman's NCFUnit would seem achievable. Is this something anyone would like to see?